mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Two more leftovers.
svn path=/trunk/; revision=31171
This commit is contained in:
parent
2cbfda3114
commit
93675d12ab
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue