Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73f77b4

Browse files
committed
com_error(): Quiet gcc -Wall warning.
1 parent 04e654a commit 73f77b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ struct compiling {
303303
static void
304304
com_error(struct compiling *c, PyObject *exc, char *msg)
305305
{
306-
size_t n = strlen(msg);
307306
PyObject *v, *tb, *tmp;
308307
c->c_errors++;
309308
if (c->c_lineno <= 1) {

0 commit comments

Comments
 (0)