summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hash.c b/hash.c
index 31f22e74d6..0e5abb78ef 100644
--- a/hash.c
+++ b/hash.c
@@ -1172,7 +1172,4 @@ Init_Hash()
rb_define_singleton_method(envtbl,"value?", env_has_value, 1);
rb_define_global_const("ENV", envtbl);
-
- /* turn on premitive flag for the class */
- FL_SET(cHash, FL_PRIMITIVE);
}