diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-07-18 11:06:55 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-07-18 11:06:55 +0000 |
commit | 540311cfcf08b7184d7ab57245b18214bd4b9173 (patch) | |
tree | b9dbae263ab276612b5b5d19534e9786a885c891 /includes | |
parent | 843211e0a54b051ecec5d5fbbf6afa27dfa5fd81 (diff) | |
download | haskell-540311cfcf08b7184d7ab57245b18214bd4b9173.tar.gz |
remove unused TICK_FREQUENCY
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Constants.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/Constants.h b/includes/Constants.h index 66b8fe79d8..012acd197c 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -272,10 +272,4 @@ #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 */ |