Skip to content

Commit c4fba37

Browse files
authored
Drop COMPILE_DL_LEXBOR (php#18677)
This is always statically compiled into PHP, so remove this dead code.
1 parent cbe0cf6 commit c4fba37

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ext/lexbor/php_lexbor.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929

3030
#include "php_lexbor.h"
3131

32-
/* Dynamically loadable module stuff */
33-
#ifdef COMPILE_DL_LEXBOR
34-
#ifdef ZTS
35-
ZEND_TSRMLS_CACHE_DEFINE()
36-
#endif
37-
ZEND_GET_MODULE(lexbor)
38-
#endif /* COMPILE_DL_LEXBOR */
39-
4032
static void *php_lexbor_malloc(size_t size)
4133
{
4234
return emalloc(size);

0 commit comments

Comments
 (0)