summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/set.rb')
-rwxr-xr-xlib/set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 88303424ee..ff0c0e6e9e 100755
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -525,7 +525,6 @@ class SortedSet < Set
module_eval {
# a hack to shut up warning
alias old_init initialize
- remove_method :old_init
}
begin
require 'rbtree'