From 73f77b4495cbef9ac341296464a68a5b6943d9f7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 18 Aug 2000 19:59:20 +0000 Subject: com_error(): Quiet gcc -Wall warning. --- Python/compile.c | 1 - 1 file changed, 1 deletion(-) 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) { -- cgit v0.12