summaryrefslogtreecommitdiff
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 0fc31d2cea..01ea7a2a3e 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -194,14 +194,6 @@ enum vm_regan_acttype {
#define USE_IC_FOR_SPECIALIZED_METHOD 1
#endif
-#define CALL_SIMPLE_METHOD(recv_) do { \
- struct rb_calling_info calling; \
- calling.block_handler = VM_BLOCK_HANDLER_NONE; \
- calling.argc = ci->orig_argc; \
- vm_search_method(ci, cc, calling.recv = (recv_)); \
- CALL_METHOD(&calling, ci, cc); \
-} while (0)
-
#define NEXT_CLASS_SERIAL() (++ruby_vm_class_serial)
#define GET_GLOBAL_METHOD_STATE() (ruby_vm_global_method_state)
#define INC_GLOBAL_METHOD_STATE() (++ruby_vm_global_method_state)