Remove unused variable in _cbsonmodule.c
This commit is contained in:
parent
459d34fd93
commit
cb4706f13e
@ -451,7 +451,6 @@ _set_cannot_encode(PyObject* value) {
|
||||
static int _write_regex_to_buffer(
|
||||
buffer_t buffer, int type_byte, PyObject* value) {
|
||||
|
||||
struct module_state *state = GETSTATE(self);
|
||||
PyObject* py_flags;
|
||||
PyObject* py_pattern;
|
||||
PyObject* encoded_pattern;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user