We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613c5e6 commit bd23d3aCopy full SHA for bd23d3a
Zend/zend_call_stack.c
@@ -380,7 +380,6 @@ static bool zend_call_stack_get_freebsd(zend_call_stack *stack)
380
static bool zend_call_stack_get_win32(zend_call_stack *stack)
381
{
382
ULONG_PTR low_limit, high_limit;
383
- ULONG size;
384
MEMORY_BASIC_INFORMATION guard_region = {0}, uncommitted_region = {0};
385
size_t result_size, page_size;
386
0 commit comments