com_error(): Quiet gcc -Wall warning.
This commit is contained in:
parent
04e654a63c
commit
73f77b4495
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue