remove Cache.reset!

This commit is contained in:
Josh Holtrop 2017-05-23 14:05:29 -04:00
parent c7bba77581
commit 1509c95176

View File

@ -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