Skip to content

Commit

Permalink
delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Sansonetti committed Apr 24, 2011
1 parent 0f43a7a commit 9dda28d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions vm.cpp
Expand Up @@ -3184,12 +3184,6 @@ rb_vm_set_current_outer(rb_vm_outer_t *outer)
return old;
}

rb_vm_outer_t *
rb_vm_get_current_outer(void)
{
return GET_VM()->get_current_outer();
}

struct rb_vm_kept_local {
ID name;
VALUE *stack_address;
Expand Down
1 change: 0 additions & 1 deletion vm.h
Expand Up @@ -498,7 +498,6 @@ rb_vm_outer_t *rb_vm_push_outer(Class klass);
rb_vm_outer_t *rb_vm_pop_outer(void);
rb_vm_outer_t *rb_vm_get_outer_stack(void);
rb_vm_outer_t *rb_vm_set_current_outer(rb_vm_outer_t *outer);
rb_vm_outer_t *rb_vm_get_current_outer(void);

bool rb_vm_aot_feature_load(const char *name);
void rb_vm_load(const char *fname_str, int wrap);
Expand Down

0 comments on commit 9dda28d

Please sign in to comment.