diff options
author | Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> | 2017-04-03 16:18:32 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-03 16:18:32 (GMT) |
commit | cf1958af4c762c970d1f2fa0e92577f577774c22 (patch) | |
tree | 0a0047e6c5f2875a50d695a8ca1575ac2fb65996 | |
parent | 8614b59910c0b3529891be164aee581eb729f1b3 (diff) | |
download | cpython-cf1958af4c762c970d1f2fa0e92577f577774c22.zip cpython-cf1958af4c762c970d1f2fa0e92577f577774c22.tar.gz cpython-cf1958af4c762c970d1f2fa0e92577f577774c22.tar.bz2 |
Remove obsolete declaration in tokenizer.h (#962)
-rw-r--r-- | Parser/tokenizer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index af053e2..0ad3551 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 } |