From 4993a1a814b0a3ec13ae68505e40329cbb1fdf3e Mon Sep 17 00:00:00 2001 From: drbrain Date: Wed, 19 Jan 2011 04:17:17 +0000 Subject: Finish removing code, (fixes sources command test). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/sources_command.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/rubygems/commands') diff --git a/lib/rubygems/commands/sources_command.rb b/lib/rubygems/commands/sources_command.rb index 7e04379bf4..ce483c0b5e 100644 --- a/lib/rubygems/commands/sources_command.rb +++ b/lib/rubygems/commands/sources_command.rb @@ -64,12 +64,6 @@ class Gem::Commands::SourcesCommand < Gem::Command else say "*** Unable to remove source cache ***" end - - sic = Gem::SourceInfoCache - remove_cache_file 'user', sic.user_cache_file - remove_cache_file 'latest user', sic.latest_user_cache_file - remove_cache_file 'system', sic.system_cache_file - remove_cache_file 'latest system', sic.latest_system_cache_file end if options[:add] then -- cgit v1.2.3