commit | 73f77b4495cbef9ac341296464a68a5b6943d9f7 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Aug 18 19:59:20 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Aug 18 19:59:20 2000 +0000 |
tree | e6aa0f9d2f5fa0f8bf7681fc5a3c0e093ad79046 | |
parent | 04e654a63c012cc321572e6dabbe70550c4f319f [diff] |
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) {