mirror of
https://github.com/python/cpython.git
synced 2025-01-09 10:04:54 +08:00
gh-86085: Remove _PyCodec_Forget() declaration (#106377)
The code was already removed by:
commit c9f696cb96
.
This commit is contained in:
parent
506cfdf141
commit
f6d2bb18ab
@ -6,8 +6,6 @@ extern "C" {
|
||||
|
||||
extern PyObject* _PyCodec_Lookup(const char *encoding);
|
||||
|
||||
extern int _PyCodec_Forget(const char *encoding);
|
||||
|
||||
/* Text codec specific encoding and decoding API.
|
||||
|
||||
Checks the encoding against a list of codecs which do not
|
||||
|
Loading…
Reference in New Issue
Block a user