From cb4706f13e1324cc3cf57ad2e91b299b6f951887 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Sun, 20 Oct 2013 20:59:19 -0400 Subject: [PATCH] Remove unused variable in _cbsonmodule.c --- bson/_cbsonmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bson/_cbsonmodule.c b/bson/_cbsonmodule.c index 4e3441271..be5821862 100644 --- a/bson/_cbsonmodule.c +++ b/bson/_cbsonmodule.c @@ -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;