summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c1
1 files changed, 0 insertions, 1 deletions
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 @@ struct compiling {
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) {