summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 07:56:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 07:56:50 +0000
commit1b1b5c2bc36a009b143c9fb67fc418aa47e616eb (patch)
treeb820c6203fca86b63b151c5b19f6a4067af4a857 /vm.c
parent147a09f86ea0e420789d4127f5c1498bde3a4686 (diff)
* vm.c (rb_vm_invoke_proc): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index f03cf310a8..1cee983351 100644
--- a/vm.c
+++ b/vm.c
@@ -593,7 +593,6 @@ rb_vm_invoke_proc(rb_thread_t *th, rb_proc_t *proc, VALUE self,
VALUE val = Qundef;
int state;
volatile int stored_safe = th->safe_level;
- rb_control_frame_t * volatile cfp = th->cfp;
TH_PUSH_TAG(th);
if ((state = EXEC_TAG()) == 0) {