mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused variable (GH-17573)
This commit is contained in:
committed by
GitHub
parent
613c5e626e
commit
bd23d3ab6b
@@ -380,7 +380,6 @@ static bool zend_call_stack_get_freebsd(zend_call_stack *stack)
|
||||
static bool zend_call_stack_get_win32(zend_call_stack *stack)
|
||||
{
|
||||
ULONG_PTR low_limit, high_limit;
|
||||
ULONG size;
|
||||
MEMORY_BASIC_INFORMATION guard_region = {0}, uncommitted_region = {0};
|
||||
size_t result_size, page_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user