From 8ea5c86c1424997c7c9f836dbccd87956811bc29 Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 28 Apr 2001 11:20:26 +0000 Subject: [PATCH 1/1] [project @ 2001-04-28 11:20:26 by qrczak] Remove bogus comment. --- ghc/compiler/basicTypes/Var.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/basicTypes/Var.lhs b/ghc/compiler/basicTypes/Var.lhs index b9d7cf7..80eb490 100644 --- a/ghc/compiler/basicTypes/Var.lhs +++ b/ghc/compiler/basicTypes/Var.lhs @@ -77,7 +77,7 @@ data Var data VarDetails = LocalId -- Used for locally-defined Ids (see NOTE below) - LocalIdDetails -- True <=> exported; don't discard even if dead + LocalIdDetails | GlobalId -- Used for imported Ids, dict selectors etc GlobalIdDetails -- 1.7.10.4