ntdll/tests: Remove unused variable sbi from test_query_process.

The code that used it was removed in commit
8ac77cfbf9.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2021-09-05 19:33:21 -06:00 committed by Alexandre Julliard
parent dd9eacff4e
commit d5a8a5e199
1 changed files with 0 additions and 3 deletions

View File

@ -444,7 +444,6 @@ static void test_query_process(void)
DWORD last_pid;
ULONG ReturnLength;
int i = 0, k = 0;
SYSTEM_BASIC_INFORMATION sbi;
PROCESS_BASIC_INFORMATION pbi;
THREAD_BASIC_INFORMATION tbi;
OBJECT_ATTRIBUTES attr;
@ -492,8 +491,6 @@ static void test_query_process(void)
ok( status == STATUS_SUCCESS, "Expected STATUS_SUCCESS, got %08x\n", status);
spi = spi_buf;
pNtQuerySystemInformation(SystemBasicInformation, &sbi, sizeof(sbi), &ReturnLength);
for (;;)
{
DWORD_PTR tid;