com_error(): Quiet gcc -Wall warning.
diff --git a/Python/compile.c b/Python/compile.c
index e18f627..47445d0 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -303,7 +303,6 @@
 static void
 com_error(struct compiling *c, PyObject *exc, char *msg)
 {
-	size_t n = strlen(msg);
 	PyObject *v, *tb, *tmp;
 	c->c_errors++;
 	if (c->c_lineno <= 1) {