summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby.h b/ruby.h
index 16153e09ca..0c1d01c702 100644
--- a/ruby.h
+++ b/ruby.h
@@ -227,7 +227,6 @@ struct RHash {
struct RFile {
struct RBasic basic;
- struct st_table *iv_tbl;
struct OpenFile *fptr;
};