Skip to content

Commit 89c7188

Browse files
committed
Delete more code no longer needed with Devel::PPPort 3.62
1 parent d814002 commit 89c7188

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

vutil/vutil.h

-17
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,4 @@ const char * Perl_prescan_version(pTHX_ const char *s, bool strict, const char**
111111
assert(pat)
112112
#endif
113113

114-
115-
#ifndef LOCK_NUMERIC_STANDARD
116-
# define LOCK_NUMERIC_STANDARD()
117-
#endif
118-
119-
#ifndef UNLOCK_NUMERIC_STANDARD
120-
# define UNLOCK_NUMERIC_STANDARD()
121-
#endif
122-
123-
/* The names of these changed in 5.28 */
124-
#ifndef LOCK_LC_NUMERIC_STANDARD
125-
# define LOCK_LC_NUMERIC_STANDARD() LOCK_NUMERIC_STANDARD()
126-
#endif
127-
#ifndef UNLOCK_LC_NUMERIC_STANDARD
128-
# define UNLOCK_LC_NUMERIC_STANDARD() UNLOCK_NUMERIC_STANDARD()
129-
#endif
130-
131114
/* ex: set ro: */

0 commit comments

Comments
 (0)