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

Skip to content

Commit e536892

Browse files
committed
Remove unnecessary extern variable
1 parent ec77645 commit e536892

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/ast.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *);
8282
static PyObject *parsestr(const char *s, const char *encoding);
8383
static PyObject *parsestrplus(struct compiling *, const node *n);
8484

85-
extern grammar _PyParser_Grammar; /* From graminit.c */
86-
8785
#ifndef LINENO
8886
#define LINENO(n) ((n)->n_lineno)
8987
#endif

0 commit comments

Comments
 (0)