summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-13 09:00:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-13 09:00:01 +0000
commita22cbaa697e28789acfba1204f502d62e4db8fab (patch)
tree2b47aeab163b1a66ac9699696822e60e5f465e72 /io.c
parent037dacc5102b3235c7643b021070807846a2c228 (diff)
* eval.c (ev_const_defined): add new parameter self for special
const fallback. * eval.c (ev_const_get): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index 9beb17f342..4e7df04301 100644
--- a/io.c
+++ b/io.c
@@ -3183,8 +3183,6 @@ argf_seek_m(argc, argv, self)
VALUE *argv;
VALUE self;
{
- VALUE args[2];
-
if (!next_argv()) {
rb_raise(rb_eArgError, "no stream to seek");
}