remove unused TICK_FREQUENCY
authorSimon Marlow <simonmar@microsoft.com>
Wed, 18 Jul 2007 11:06:55 +0000 (11:06 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 18 Jul 2007 11:06:55 +0000 (11:06 +0000)
includes/Constants.h

index 66b8fe7..012acd1 100644 (file)
 #error RESERVED_STACK_WORDS may be wrong!
 #endif
 
-/* -----------------------------------------------------------------------------
-   How often our context-switch timer ticks
-   -------------------------------------------------------------------------- */
-
-#define TICK_FREQUENCY   50                      /* ticks per second */
-
 #endif /* CONSTANTS_H */