Skip to content

Commit c96dc1d

Browse files
committed
bpo-33648: remove PY_WARN_ON_C_LOCALE
This code does not appear to be used anywhere in the python code base. The use was removed in eb81795.
1 parent 23db935 commit c96dc1d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

configure.ac

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,23 +3319,6 @@ then
33193319
fi
33203320
AC_MSG_RESULT($with_c_locale_coercion)
33213321

3322-
# Check for --with-c-locale-warning
3323-
AC_MSG_CHECKING(for --with-c-locale-warning)
3324-
AC_ARG_WITH(c-locale-warning,
3325-
AS_HELP_STRING([--with(out)-c-locale-warning],
3326-
[disable/enable locale compatibility warning in the C locale]))
3327-
3328-
if test -z "$with_c_locale_warning"
3329-
then
3330-
with_c_locale_warning="yes"
3331-
fi
3332-
if test "$with_c_locale_warning" != "no"
3333-
then
3334-
AC_DEFINE(PY_WARN_ON_C_LOCALE, 1,
3335-
[Define to emit a locale compatibility warning in the C locale])
3336-
fi
3337-
AC_MSG_RESULT($with_c_locale_warning)
3338-
33393322
# Check for Valgrind support
33403323
AC_MSG_CHECKING([for --with-valgrind])
33413324
AC_ARG_WITH([valgrind],

0 commit comments

Comments
 (0)