diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-10 07:52:46 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-10 07:52:46 +0000 |
| commit | fedb85026930ab0d3c1c50c87df224a3b317d8b1 (patch) | |
| tree | 3bcca74b927794c08e837af5bf28efe1edb54e03 /variable.c | |
| parent | 10293da38b896ec2a2d360be7940e7c325ac379c (diff) | |
| download | ruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.tar.gz ruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.tar.xz ruby-fedb85026930ab0d3c1c50c87df224a3b317d8b1.zip | |
* m17n baseline.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/variable.c b/variable.c index 69791ab26..fae225590 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; |
