Skip to content

Commit bd23d3a

Browse files
authored
Remove unused variable (GH-17573)
1 parent 613c5e6 commit bd23d3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_call_stack.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ static bool zend_call_stack_get_freebsd(zend_call_stack *stack)
380380
static bool zend_call_stack_get_win32(zend_call_stack *stack)
381381
{
382382
ULONG_PTR low_limit, high_limit;
383-
ULONG size;
384383
MEMORY_BASIC_INFORMATION guard_region = {0}, uncommitted_region = {0};
385384
size_t result_size, page_size;
386385

0 commit comments

Comments
 (0)