Remove unused variable (GH-17573)

This commit is contained in:
Christoph M. Becker 2025-01-26 17:19:40 +01:00 committed by GitHub
parent 613c5e626e
commit bd23d3ab6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;