summaryrefslogtreecommitdiffstats
path: root/Include/parsetok.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/parsetok.h')
-rw-r--r--Include/parsetok.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h
index e95dd31..be49f00 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -12,10 +12,7 @@ extern "C" {
typedef struct {
int error;
-#ifndef PGEN
- /* The filename is useless for pgen, see comment in tok_state structure */
PyObject *filename;
-#endif
int lineno;
int offset;
char *text; /* UTF-8-encoded string */