summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 8684f2df00..ca3c551beb 100644
--- a/iseq.c
+++ b/iseq.c
@@ -3465,7 +3465,7 @@ trace_set_i(void *vstart, void *vend, size_t stride, void *data)
}
VALUE *
-rb_ujit_empty_func(rb_control_frame_t *cfp, const VALUE *pc)
+rb_ujit_empty_func(rb_control_frame_t *cfp)
{
// okay, not really empty, so maybe think of another name.
// it's put in this file instead of say, compile.c to dodge long C compile time.