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 f8750de594..a1da061bd8 100644
--- a/hash.c
+++ b/hash.c
@@ -925,7 +925,6 @@ f_setenv(obj, name, value)
VALUE obj, name, value;
{
if (rb_safe_level() >= 4) {
- extern VALUE eSecurityError;
Raise(eSecurityError, "cannot change environment variable");
}
@@ -1157,8 +1156,6 @@ env_to_hash(obj)
void
Init_Hash()
{
- extern VALUE mEnumerable;
-
hash = rb_intern("hash");
cHash = rb_define_class("Hash", cObject);