move the rest of the alread defined tags to the private tag.h
[reactos.git] / reactos / ntoskrnl / io / timer.c
index 090daa1..33f9cf8 100644 (file)
@@ -17,8 +17,6 @@
 
 /* GLOBALS *******************************************************************/
 
-#define TAG_IO_TIMER      TAG('I', 'O', 'T', 'M')
-
 /* Timer Database */
 KSPIN_LOCK IopTimerLock;
 LIST_ENTRY IopTimerQueueHead;