From 46be0bcdd282bbde69e8b61708360bbe082eeba2 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 2 Oct 2025 16:21:58 +0100 Subject: [PATCH] Commit --- Python/codecs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/codecs.c b/Python/codecs.c index 364e07990ba42a..0bde56c0ac662e 100644 --- a/Python/codecs.c +++ b/Python/codecs.c @@ -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. */