From cf1958af4c762c970d1f2fa0e92577f577774c22 Mon Sep 17 00:00:00 2001 From: Jim Fasarakis-Hilliard Date: Mon, 3 Apr 2017 19:18:32 +0300 Subject: [PATCH] Remove obsolete declaration in tokenizer.h (#962) --- Parser/tokenizer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index af053e250a3..0ad3551c894 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 }