diff --git a/lib/rscons/cache.rb b/lib/rscons/cache.rb index 9c71339..13cf1fd 100644 --- a/lib/rscons/cache.rb +++ b/lib/rscons/cache.rb @@ -62,11 +62,6 @@ module Rscons def instance @instance ||= Cache.new end - - # Reset the cache (for unit/integration test purposes) - def reset! - @instance = nil - end end # Create a Cache object and load in the previous contents from the cache