aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index b94b777606..9a3a2b1564 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -229,16 +229,6 @@ enum vm_regan_acttype {
static VALUE make_no_method_exception(VALUE exc, const char *format,
VALUE obj, int argc, const VALUE *argv);
-/* SVAR */
-
-struct SVAR {
- VALUE flags;
- const rb_cref_t *cref;
- VALUE lastline;
- VALUE backref;
- VALUE others;
-};
-
struct THROW_DATA {
VALUE flags;
VALUE reserved;