We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ab69a + 07bdc06 commit 243b673Copy full SHA for 243b673
1 file changed
ext/msgpack/buffer.c
@@ -19,10 +19,6 @@
19
#include "buffer.h"
20
#include "rmem.h"
21
22
-#ifndef HAVE_RB_STR_REPLACE
23
-static ID s_replace;
24
-#endif
25
-
26
int msgpack_rb_encindex_utf8;
27
int msgpack_rb_encindex_usascii;
28
int msgpack_rb_encindex_ascii8bit;
@@ -40,10 +36,6 @@ void msgpack_buffer_static_init(void)
40
36
msgpack_rb_encindex_ascii8bit = rb_ascii8bit_encindex();
41
37
42
38
msgpack_rmem_init(&s_rmem);
43
44
45
- s_replace = rb_intern("replace");
46
47
39
}
48
49
void msgpack_buffer_static_destroy(void)
0 commit comments