mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove unused variable (GH-17573)
This commit is contained in:
parent
613c5e626e
commit
bd23d3ab6b
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue