8000 Remove empty if block in configure for testing · python/cpython@63f9f2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 63f9f2a

Browse files
committed
Remove empty if block in configure for testing
1 parent 505016a commit 63f9f2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,10 +2518,6 @@ AC_ARG_ENABLE([slower-safety],
25182518
[AS_HELP_STRING([--enable-slower-safety], [enable usage of the security compiler options with performance overhead])],[])
25192519
AC_MSG_RESULT([$enable_slower_safety])
25202520

2521-
if test "$enable_slower_safety" = "yes"
2522-
then
2523-
fi
2524-
25252521
case $GCC in
25262522
yes)
25272523
CFLAGS_NODIST="$CFLAGS_NODIST -std=c11"

0 commit comments

Comments
 (0)
0