summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/variable.c b/variable.c
index b65a1fc05e..34bd8f4de5 100644
--- a/variable.c
+++ b/variable.c
@@ -203,17 +203,6 @@ rb_readonly_hook(val, id)
}
VALUE
-rb_id2class(id)
- ID id;
-{
- VALUE class;
-
- if (st_lookup(class_tbl, id, &class))
- return class;
- return Qnil;
-}
-
-VALUE
rb_gvar_get(entry)
struct global_entry *entry;
{