Skip to content

Commit 37c1d10

Browse files
committed
Remove unused code from ssl.c
1 parent 2a3da59 commit 37c1d10

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Modules/_ssl.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@
7373
# error "OPENSSL_THREADS is not defined, Python requires thread-safe OpenSSL"
7474
#endif
7575

76-
#ifdef FORCE_ASSERTS
77-
#ifdef NDEBUG
78-
#undef NDEBUG
79-
#define _DEBUG
80-
#endif
81-
#include <assert.h>
82-
#endif /* FORCE_ASSERTS */
8376

8477

8578
struct py_ssl_error_code {

0 commit comments

Comments
 (0)