Skip to content

Commit 911f9c6

Browse files
committed
Remove no longer used variable
Since 92961cd.
1 parent f732782 commit 911f9c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/strscan/strscan.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
3030

3131
static VALUE StringScanner;
3232
static VALUE ScanError;
33-
static ID id_byteslice;
3433

3534
static int usascii_encindex, utf8_encindex, binary_encindex;
3635

@@ -2287,8 +2286,6 @@ Init_strscan(void)
22872286
ID id_scanerr = rb_intern("ScanError");
22882287
VALUE tmp;
22892288

2290-
id_byteslice = rb_intern("byteslice");
2291-
22922289
usascii_encindex = rb_usascii_encindex();
22932290
utf8_encindex = rb_utf8_encindex();
22942291
binary_encindex = rb_ascii8bit_encindex();

0 commit comments

Comments
 (0)