Skip to content

Commit 1fc3034

Browse files
committed
Remove unused Zend signal handling #defines from zend.h
1 parent 0b2a887 commit 1fc3034

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242

4343
#define zend_sprintf sprintf
4444

45-
#define HANDLE_BLOCK_INTERRUPTIONS() ZEND_SIGNAL_BLOCK_INTERRUPTIONS()
46-
#define HANDLE_UNBLOCK_INTERRUPTIONS() ZEND_SIGNAL_UNBLOCK_INTERRUPTIONS()
47-
4845
#define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value
4946
#define INTERNAL_FUNCTION_PARAM_PASSTHRU execute_data, return_value
5047

0 commit comments

Comments
 (0)