From: Jim Fasarakis-Hilliard Date: Mon, 3 Apr 2017 16:18:32 +0000 (+0300) Subject: Remove obsolete declaration in tokenizer.h (#962) X-Git-Tag: v3.7.0a1~1011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf1958af4c762c970d1f2fa0e92577f577774c22;p=python Remove obsolete declaration in tokenizer.h (#962) --- diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index af053e250a..0ad3551c89 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h @@ -80,8 +80,6 @@ extern struct tok_state *PyTokenizer_FromFile(FILE *, const char*, const char *, const char *); extern void PyTokenizer_Free(struct tok_state *); extern int PyTokenizer_Get(struct tok_state *, char **, char **); -extern char * PyTokenizer_RestoreEncoding(struct tok_state* tok, - int len, int *offset); #ifdef __cplusplus }