summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-26 14:36:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-26 14:36:32 +0000
commitc2e491c43eeb47918540bb53a211840e58ed5572 (patch)
treee84153ffef46230d9566c74c8fd5cefada280565
parentfe060e0e5c8d5521c1e8c8022af7d3217f48f8fa (diff)
* eval_jump.c (rb_exec_end_proc): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--eval_jump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_jump.c b/eval_jump.c
index 8d552565ec..a8f04808ca 100644
--- a/eval_jump.c
+++ b/eval_jump.c
@@ -97,7 +97,6 @@ void
rb_exec_end_proc(void)
{
struct end_proc_data *volatile link;
- struct end_proc_data *tmp;
int status;
volatile int safe = rb_safe_level();