Skip to content

Commit e67b0e0

Browse files
chrisseatoneregon
authored andcommitted
Remove unused variable
1 parent c52e632 commit e67b0e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cext/include/truffleruby/truffleruby.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ static inline int rb_tr_scan_args_kw_int(int kw_flag, int argc, VALUE *argv, str
398398
ALWAYS_INLINE(static int rb_tr_scan_args_kw_non_const(int kw_flag, int argc, VALUE *argv, const char *format, VALUE *v1, VALUE *v2, VALUE *v3, VALUE *v4, VALUE *v5, VALUE *v6, VALUE *v7, VALUE *v8, VALUE *v9, VALUE *v10));
399399
static inline int rb_tr_scan_args_kw_non_const(int kw_flag, int argc, VALUE *argv, const char *format, VALUE *v1, VALUE *v2, VALUE *v3, VALUE *v4, VALUE *v5, VALUE *v6, VALUE *v7, VALUE *v8, VALUE *v9, VALUE *v10) {
400400

401-
const char *formatp = format;
402401
struct rb_tr_scan_args_parse_data parse_data = {0, 0, false, 0, false, false};
403402

404403
rb_tr_scan_args_kw_parse(format, &parse_data);

0 commit comments

Comments
 (0)