com_error(): Quiet gcc -Wall warning.

This commit is contained in:
Barry Warsaw 2000-08-18 19:59:20 +00:00
parent 04e654a63c
commit 73f77b4495
1 changed files with 0 additions and 1 deletions

View File

@ -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) {