Remove unused variable in _cbsonmodule.c

This commit is contained in:
A. Jesse Jiryu Davis 2013-10-20 20:59:19 -04:00
parent 459d34fd93
commit cb4706f13e

View File

@ -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;