diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-17 16:50:08 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-17 16:50:08 +0100 |
commit | a08759d165ca1a0cfe9ada26f6ea6b9a38ad8853 (patch) | |
tree | 2043ea39590b0780e4e9443be680108b3bc325f5 /includes | |
parent | 8ed0bdab7e69bfec14b1de2d662349626f587119 (diff) | |
download | haskell-a08759d165ca1a0cfe9ada26f6ea6b9a38ad8853.tar.gz |
Move the genSym stuff from rts into compiler
It's no longer used by Data.Unique, so there's no need to have it
in rts any more.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/rts/Utils.h b/includes/rts/Utils.h index 1cb52ae83f..119ec5b6a0 100644 --- a/includes/rts/Utils.h +++ b/includes/rts/Utils.h @@ -13,11 +13,6 @@ #ifndef RTS_UTILS_H #define RTS_UTILS_H -// Used in GHC (basicTypes/Unique.lhs, and Data.Unique in the base -// package. -HsInt genSymZh(void); -HsInt resetGenSymZh(void); - /* Alternate to raise(3) for threaded rts, for BSD-based OSes */ int genericRaise(int sig); |