There was an error while loading. Please reload this page.
1 parent 8614b59 commit cf1958aCopy full SHA for cf1958a
1 file changed
Parser/tokenizer.h
@@ -80,8 +80,6 @@ extern struct tok_state *PyTokenizer_FromFile(FILE *, const char*,
80
const char *, const char *);
81
extern void PyTokenizer_Free(struct tok_state *);
82
extern int PyTokenizer_Get(struct tok_state *, char **, char **);
83
-extern char * PyTokenizer_RestoreEncoding(struct tok_state* tok,
84
- int len, int *offset);
85
86
#ifdef __cplusplus
87
}
0 commit comments