aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index ab72b2217f..e8d9b8a88d 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -265,12 +265,4 @@ THROW_DATA_STATE(const struct vm_throw_data *obj)
return (int)obj->throw_state;
}
-struct IFUNC {
- VALUE flags;
- VALUE reserved;
- VALUE (*func)(ANYARGS);
- void *data;
- ID id;
-};
-
#endif /* RUBY_INSNHELPER_H */