summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-04 04:27:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-04 04:27:19 +0000
commit89435793bc14e7434887b8559b993259837e161c (patch)
tree95891d9e90bedc28c6bfa19210e3f44a596d7a81 /vm_insnhelper.c
parent6060c3a4b69882dc9e6379556e2940a7599a90b5 (diff)
* vm_insnhelper.c (argument_error): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 5e01712839..5051d00e1e 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -113,7 +113,6 @@ argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc)
if (iseq) {
int line_no = 1;
- const char *name;
if (iseq->insn_info_size) {
line_no = iseq->insn_info_table[0].line_no;