Skip to content

Commit 25ad206

Browse files
committed
poll: remove unused compat variable
1 parent 50e5254 commit 25ad206

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/poll.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ PHP_METHOD(PollContext, __construct)
455455
{
456456
zend_long backend_long = PHP_POLL_BACKEND_AUTO;
457457
zend_string *backend_str = NULL;
458-
bool compat = false;
459458

460459
ZEND_PARSE_PARAMETERS_START(0, 1)
461460
Z_PARAM_OPTIONAL

0 commit comments

Comments
 (0)