summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/insns.def b/insns.def
index 1333c09869..df505808ce 100644
--- a/insns.def
+++ b/insns.def
@@ -719,17 +719,6 @@ checktype
ret = (TYPE(val) == (int)type) ? Qtrue : Qfalse;
}
-/* get frozen method reference. */
-DEFINE_INSN
-methodref
-(ID id)
-(VALUE val)
-(VALUE ret)
-{
- ret = rb_obj_method(val, ID2SYM(id));
- RB_OBJ_FREEZE_RAW(ret);
-}
-
/**********************************************************/
/* deal with control flow 1: class/module */
/**********************************************************/