From 1509c951764d9c5d686385a3aa4b24adab4b5bc3 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 23 May 2017 14:05:29 -0400 Subject: [PATCH] remove Cache.reset! --- lib/rscons/cache.rb | 5 ----- 1 file changed, 5 deletions(-) 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