Skip to content

Commit 2f7afdc

Browse files
committed
locale.c: Remove no longer used macro
1 parent 5ba25c1 commit 2f7afdc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

locale.c

-8
Original file line numberDiff line numberDiff line change
@@ -4234,14 +4234,6 @@ time C<Perl_setlocale> is called from the same thread.
42344234
42354235
*/
42364236

4237-
#ifndef USE_LOCALE_NUMERIC
4238-
# define affects_LC_NUMERIC(cat) 0
4239-
#elif defined(LC_ALL)
4240-
# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC || cat == LC_ALL)
4241-
#else
4242-
# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC)
4243-
#endif
4244-
42454237
const char *
42464238
Perl_setlocale(const int category, const char * locale)
42474239
{

0 commit comments

Comments
 (0)