summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'class.c')
-rw-r--r--class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/class.c b/class.c
index e42ee0821c..7db54d6038 100644
--- a/class.c
+++ b/class.c
@@ -1968,7 +1968,6 @@ static void
rb_scan_args_parse(int kw_flag, int argc, const VALUE *argv, const char *fmt, struct rb_scan_args_t *arg)
{
const char *p = fmt;
- VALUE *tmp_buffer = arg->tmp_buffer;
int keyword_given = 0;
int last_hash_keyword = 0;