From e5368925417759be3eef7ec477366a409c650280 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 5 Dec 2005 07:16:38 +0000 Subject: Remove unnecessary extern variable --- Python/ast.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/ast.c b/Python/ast.c index 731bf9a..2250683 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -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 -- cgit v0.12