[project @ 2003-07-09 12:51:37 by simonpj]
authorsimonpj <unknown>
Wed, 9 Jul 2003 12:51:37 +0000 (12:51 +0000)
committersimonpj <unknown>
Wed, 9 Jul 2003 12:51:37 +0000 (12:51 +0000)
Remove redundant Var.hi-boot

ghc/compiler/basicTypes/Var.hi-boot [deleted file]
ghc/compiler/basicTypes/Var.hi-boot-5 [deleted file]
ghc/compiler/basicTypes/Var.hi-boot-6 [deleted file]

diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot
deleted file mode 100644 (file)
index f7cf7c0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-_interface_ Var 1
-_exports_
-Var Var TyVar Id setIdName ;
-_declarations_
-
--- Used by Name
-1 type Id = Var ;
-1 type TyVar = Var ;
-1 data Var ;
-1 setIdName _:_ Id -> Name.Name -> Id ;;
diff --git a/ghc/compiler/basicTypes/Var.hi-boot-5 b/ghc/compiler/basicTypes/Var.hi-boot-5
deleted file mode 100644 (file)
index ee50bf2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-__interface Var 1 0 where
-__export Var Var TyVar Id setIdName ;
--- Used by Name
-1 type Id = Var;
-1 type TyVar = Var;
-1 data Var ;
-1 setIdName :: Id -> Name.Name -> Id ;
-
diff --git a/ghc/compiler/basicTypes/Var.hi-boot-6 b/ghc/compiler/basicTypes/Var.hi-boot-6
deleted file mode 100644 (file)
index 2a9ec4f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-module Var where
-
--- Used by Name
-type Id = Var
-type TyVar = Var
-data Var
-setIdName :: Id -> Name.Name -> Id