summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
commit81ef4309a244b78223832895d714fcaec85ed5bf (patch)
tree3bcca74b927794c08e837af5bf28efe1edb54e03 /variable.c
parent6b5ad7c5b203b7ffa8b86b1d0b9b15df56a90a27 (diff)
* m17n baseline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/variable.c b/variable.c
index 69791ab26d..fae2255908 100644
--- a/variable.c
+++ b/variable.c
@@ -1008,8 +1008,6 @@ top_const_get(id, klassp)
ID id;
VALUE *klassp;
{
- VALUE value;
-
/* pre-defined class */
if (st_lookup(rb_class_tbl, id, klassp)) return Qtrue;