summaryrefslogtreecommitdiff
path: root/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/variable.h b/variable.h
deleted file mode 100644
index 67fe480149..0000000000
--- a/variable.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/* per-object */
-
-struct gen_ivtbl {
- uint32_t numiv;
- VALUE ivptr[FLEX_ARY_LEN];
-};
-
-struct st_table *rb_ivar_generic_ivtbl(void);