summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/pyexpat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c
index 7a862c0f6d..1b9ffcac4b 100644
--- a/Modules/pyexpat.c
+++ b/Modules/pyexpat.c
@@ -1169,7 +1169,6 @@ static struct PyMethodDef xmlparse_methods[] = {
*/
static char template_buffer[257];
-PyObject *template_string = NULL;
static void
init_template_buffer(void)