[CRYPT32]
[reactos.git] / rostests / kmtests / ntos_io / IoEvent.c
index 3da3647..5e8df31 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:         ReactOS kernel-mode tests
  * LICENSE:         GPLv2+ - See COPYING in the top level directory
  * PURPOSE:         Kernel-Mode Test Suite Event creation test
- * PROGRAMMER:      Thomas Faber <thfabba@gmx.de>
+ * PROGRAMMER:      Thomas Faber <thomas.faber@reactos.org>
  */
 
 #include <kmt_test.h>
@@ -35,7 +35,6 @@ TestCreateEvent(
     EVENT_TYPE Type)
 {
     NTSTATUS Status;
-    NTSTATUS ExceptionStatus;
     PKEVENT Event, Event2;
     HANDLE EventHandle, EventHandle2;
     LONG State;