mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Remove unnecessary extern variable
This commit is contained in:
parent
ec77645df9
commit
e536892541
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ static PyObject *parsenumber(const char *);
|
|||
static PyObject *parsestr(const char *s, const char *encoding);
|
||||
static PyObject *parsestrplus(struct compiling *, const node *n);
|
||||
|
||||
extern grammar _PyParser_Grammar; /* From graminit.c */
|
||||
|
||||
#ifndef LINENO
|
||||
#define LINENO(n) ((n)->n_lineno)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue