summaryrefslogtreecommitdiff
path: root/Parser
diff options
context:
space:
mode:
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>2017-04-03 19:18:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-03 19:18:32 +0300
commitcf1958af4c762c970d1f2fa0e92577f577774c22 (patch)
tree0a0047e6c5f2875a50d695a8ca1575ac2fb65996 /Parser
parent8614b59910c0b3529891be164aee581eb729f1b3 (diff)
downloadcpython-git-cf1958af4c762c970d1f2fa0e92577f577774c22.tar.gz
Remove obsolete declaration in tokenizer.h (#962)
Diffstat (limited to 'Parser')
-rw-r--r--Parser/tokenizer.h2
1 files changed, 0 insertions, 2 deletions
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
}