Python/codecs.c: Remove unused forward declaration (#139511)

This commit is contained in:
Stan Ulbrych 2025-10-03 12:33:49 +01:00 committed by GitHub
parent e6e376a760
commit 12805ef9da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,8 +83,6 @@ PyCodec_Unregister(PyObject *search_function)
return 0;
}
extern int _Py_normalize_encoding(const char *, char *, size_t);
/* Convert a string to a normalized Python string: all ASCII letters are
converted to lower case, spaces are replaced with hyphens. */