summaryrefslogtreecommitdiff
path: root/lib/rubygems/indexer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/indexer.rb')
-rw-r--r--lib/rubygems/indexer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/indexer.rb b/lib/rubygems/indexer.rb
index c99a6a8367..9f4bd12c46 100644
--- a/lib/rubygems/indexer.rb
+++ b/lib/rubygems/indexer.rb
@@ -8,7 +8,6 @@ require 'tmpdir'
# Top level class for building the gem repository index.
class Gem::Indexer
-
include Gem::UserInteraction
##
@@ -424,5 +423,4 @@ class Gem::Indexer
Marshal.dump specs_index, io
end
end
-
end