summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-27 17:44:25 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-15 21:20:37 +0900
commit4784264729b062300998a61e3b1e978a259221c9 (patch)
tree6542197b07438400900e0b4dea648bd8a924f8b2 /lib/rubygems
parent955f1837a180d8936f90ab6cf039ccb8f751be72 (diff)
Remove random code
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3229
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/specification.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index fd9776d43e..6531cc1b0d 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -2665,6 +2665,3 @@ class Gem::Specification < Gem::BasicSpecification
end
end
-
-# DOC: What is this and why is it here, randomly, at the end of this file?
-Gem.clear_paths