remove Cache.reset!
This commit is contained in:
parent
c7bba77581
commit
1509c95176
@ -62,11 +62,6 @@ module Rscons
|
|||||||
def instance
|
def instance
|
||||||
@instance ||= Cache.new
|
@instance ||= Cache.new
|
||||||
end
|
end
|
||||||
|
|
||||||
# Reset the cache (for unit/integration test purposes)
|
|
||||||
def reset!
|
|
||||||
@instance = nil
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Create a Cache object and load in the previous contents from the cache
|
# Create a Cache object and load in the previous contents from the cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user