[project @ 2003-07-09 12:51:37 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Var.hi-boot
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 ;;