Skip to content

Commit cf1958a

Browse files
DimitrisJimserhiy-storchaka
authored andcommitted
Remove obsolete declaration in tokenizer.h (#962)
1 parent 8614b59 commit cf1958a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Parser/tokenizer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ extern struct tok_state *PyTokenizer_FromFile(FILE *, const char*,
8080
const char *, const char *);
8181
extern void PyTokenizer_Free(struct tok_state *);
8282
extern int PyTokenizer_Get(struct tok_state *, char **, char **);
83-
extern char * PyTokenizer_RestoreEncoding(struct tok_state* tok,
84-
int len, int *offset);
8583

8684
#ifdef __cplusplus
8785
}

0 commit comments

Comments
 (0)