[project @ 2002-03-15 12:45:12 by simonmar]
authorsimonmar <unknown>
Fri, 15 Mar 2002 12:45:12 +0000 (12:45 +0000)
committersimonmar <unknown>
Fri, 15 Mar 2002 12:45:12 +0000 (12:45 +0000)
This doesn't appear to be used

GHC/Num.hi-boot [deleted file]

diff --git a/GHC/Num.hi-boot b/GHC/Num.hi-boot
deleted file mode 100644 (file)
index 33298fd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
----------------------------------------------------------------------------
---                              PrelNum.hi-boot
--- 
---      This hand-written interface file is the 
---     initial bootstrap version for PrelNum.hi.
---     It's needed for the 'thin-air' Id addr2Integer, when compiling 
---     PrelBase, and other Prelude files that precede PrelNum
----------------------------------------------------------------------------
-__interface "std" PrelNum 1 where
-__export PrelNum Integer addr2Integer ;
-
-1 data Integer ;
-1 addr2Integer :: PrelGHC.Addrzh -> Integer ;