- Two more leftovers.

svn path=/trunk/; revision=31171
This commit is contained in:
Aleksey Bragin 2007-12-11 21:34:04 +00:00
parent 2cbfda3114
commit 93675d12ab
2 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,7 @@
#include <include/class2.h>
#include <stdio.h>
//#define NDEBUG
#define NDEBUG
#include <debug.h>
#define IO_WRITE_CACHE_ENABLED ((NTSTATUS)0x80040020L)

View file

@ -111,7 +111,6 @@ KeSetSystemTime(IN PLARGE_INTEGER NewTime,
}
/* Insert it into our temporary list */
DPRINT1("Adding a timer!\n");
InsertTailList(&TempList, &Timer->TimerListEntry);
}
}
@ -152,7 +151,6 @@ KeSetSystemTime(IN PLARGE_INTEGER NewTime,
}
/* Insert it into our temporary list */
DPRINT1("Adding a timer 2!\n");
InsertTailList(&TempList2, &Timer->TimerListEntry);
}