We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f732782 commit 911f9c6Copy full SHA for 911f9c6
1 file changed
ext/strscan/strscan.c
@@ -30,7 +30,6 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
30
31
static VALUE StringScanner;
32
static VALUE ScanError;
33
-static ID id_byteslice;
34
35
static int usascii_encindex, utf8_encindex, binary_encindex;
36
@@ -2287,8 +2286,6 @@ Init_strscan(void)
2287
2286
ID id_scanerr = rb_intern("ScanError");
2288
VALUE tmp;
2289
2290
- id_byteslice = rb_intern("byteslice");
2291
-
2292
usascii_encindex = rb_usascii_encindex();
2293
utf8_encindex = rb_utf8_encindex();
2294
binary_encindex = rb_ascii8bit_encindex();
0 commit comments