aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/builtin.c b/builtin.c
index d0d998da49..5ad7f23d5a 100644
--- a/builtin.c
+++ b/builtin.c
@@ -41,11 +41,3 @@ Init_builtin(void)
{
//
}
-
-// inline
-VALUE
-rb_vm_lvar_exposed(rb_execution_context_t *ec, int index)
-{
- const rb_control_frame_t *cfp = ec->cfp;
- return cfp->ep[index];
-}