diff --git a/rostests/kmtests/ntos_ex/ExPools.c b/rostests/kmtests/ntos_ex/ExPools.c index 5ebf9efd3a6..1d2e9e9377c 100644 --- a/rostests/kmtests/ntos_ex/ExPools.c +++ b/rostests/kmtests/ntos_ex/ExPools.c @@ -99,9 +99,8 @@ static VOID PoolsTest(VOID) static VOID PoolsCorruption(VOID) { - PULONG Ptr, TestPtr; + PULONG Ptr; ULONG AllocSize; - NTSTATUS Status = STATUS_SUCCESS; // start with non-paged pool AllocSize = 4096 + 0x10;