https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1b9b4c48c9a9adde6f899…
commit 1b9b4c48c9a9adde6f8993975ba6fc25daf78542
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Fri Aug 31 23:08:25 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Fri Aug 31 23:08:25 2018 +0200
[KMTESTS:CC] Remove dummy leftover
---
modules/rostests/kmtests/ntos_cc/CcMapData_drv.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/rostests/kmtests/ntos_cc/CcMapData_drv.c
b/modules/rostests/kmtests/ntos_cc/CcMapData_drv.c
index 415eb148a3..6eded83e21 100644
--- a/modules/rostests/kmtests/ntos_cc/CcMapData_drv.c
+++ b/modules/rostests/kmtests/ntos_cc/CcMapData_drv.c
@@ -263,9 +263,7 @@ PerformTest(
ThreadHandle = KmtStartThread(MapInAnotherThread,
TestContext);
KmtFinishThread(ThreadHandle, NULL);
- TestTestId = -1;
CcUnpinData(TestContext->Bcb);
- TestTestId = 3;
}
ExFreePool(TestContext);