From 2ca9a768e4bbd55cc58855f376c7163321f0e533 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 1 Nov 2001 13:20:42 +0000 Subject: [PATCH] [project @ 2001-11-01 13:20:42 by simonpj] wibble --- ghc/compiler/specialise/SpecConstr.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/specialise/SpecConstr.lhs b/ghc/compiler/specialise/SpecConstr.lhs index b5dde8d..45f9469 100644 --- a/ghc/compiler/specialise/SpecConstr.lhs +++ b/ghc/compiler/specialise/SpecConstr.lhs @@ -492,7 +492,6 @@ spec_one :: ScEnv spec_one env fn rhs (pats, rule_number) = getUniqueUs `thenUs` \ spec_uniq -> - getUniqueUs `thenUs` \ hack_uniq -> let fn_name = idName fn fn_loc = nameSrcLoc fn_name -- 1.7.10.4