Skip to content

Commit 12805ef

Browse files
Python/codecs.c: Remove unused forward declaration (#139511)
1 parent e6e376a commit 12805ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/codecs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ PyCodec_Unregister(PyObject *search_function)
8383
return 0;
8484
}
8585

86-
extern int _Py_normalize_encoding(const char *, char *, size_t);
87-
8886
/* Convert a string to a normalized Python string: all ASCII letters are
8987
converted to lower case, spaces are replaced with hyphens. */
9088

0 commit comments

Comments
 (0)