From d6891236bf3658dce2020e11bb509bc7e8fe145d Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 3 Feb 1998 11:37:26 +0000 Subject: [PATCH] [project @ 1998-02-03 11:37:26 by simonm] Not used anymore. --- ghc/compiler/basicTypes/Unique.hi-boot | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ghc/compiler/basicTypes/Unique.hi-boot diff --git a/ghc/compiler/basicTypes/Unique.hi-boot b/ghc/compiler/basicTypes/Unique.hi-boot deleted file mode 100644 index 96175be..0000000 --- a/ghc/compiler/basicTypes/Unique.hi-boot +++ /dev/null @@ -1,7 +0,0 @@ -_interface_ Unique 1 -_exports_ -Unique Unique Uniquable(uniqueOf) mkUniqueGrimily; -_declarations_ -1 class Uniquable a where {uniqueOf :: a -> Unique} ; -1 data Unique = MkUnique GHC.Int# ; -1 mkUniqueGrimily _:_ GHC.Int# -> Unique ;; -- 1.7.10.4