mruby-set: remove intialize_{dup,clone}.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-25 16:58:31 +09:00
parent 1152c43039
commit e3f74074ba
-10
View File
@@ -36,16 +36,6 @@ class Set
@hash = orig.__get_hash.dup
end
# def initialize_dup(orig)
# super
# @hash = orig.__get_hash.dup
# end
# def initialize_clone(orig)
# super
# @hash = orig.__get_hash.clone
# end
# def freeze
# @hash.freeze
# super