[project @ 2001-11-01 13:20:42 by simonpj]
authorsimonpj <unknown>
Thu, 1 Nov 2001 13:20:42 +0000 (13:20 +0000)
committersimonpj <unknown>
Thu, 1 Nov 2001 13:20:42 +0000 (13:20 +0000)
wibble

ghc/compiler/specialise/SpecConstr.lhs

index b5dde8d..45f9469 100644 (file)
@@ -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