From e3f74074baae8be5436b6653c20df643831d04dd Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 25 Oct 2022 16:58:31 +0900 Subject: [PATCH] mruby-set: remove intialize_{dup,clone}. --- mrbgems/mruby-set/mrblib/mrb_set.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mrbgems/mruby-set/mrblib/mrb_set.rb b/mrbgems/mruby-set/mrblib/mrb_set.rb index a05b22af5..821ca65cb 100644 --- a/mrbgems/mruby-set/mrblib/mrb_set.rb +++ b/mrbgems/mruby-set/mrblib/mrb_set.rb @@ -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