aboutsummaryrefslogtreecommitdiffstats
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.h b/env.h
index 3c6b3c45bc..c8aba37448 100644
--- a/env.h
+++ b/env.h
@@ -16,7 +16,6 @@
RUBY_EXTERN struct FRAME {
VALUE self;
int argc;
- VALUE *argv;
ID last_func;
ID orig_func;
VALUE last_class;