summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-15 19:42:20 +0000
committerIan Lynagh <igloo@earth.li>2008-03-15 19:42:20 +0000
commit467f588c25e6d7825a11eff018a67727b3dea71b (patch)
treedb77c8daebb105a1039439a8985c937cf43ef7b9 /compiler/codeGen
parent2e3b6bd7e00fa3faaa07ea0badee7f020a7c8306 (diff)
downloadhaskell-467f588c25e6d7825a11eff018a67727b3dea71b.tar.gz
Remove leftover NoteTy/FTVNote bits
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/ClosureInfo.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/ClosureInfo.lhs b/compiler/codeGen/ClosureInfo.lhs
index 0746ba9426..37b3a5895e 100644
--- a/compiler/codeGen/ClosureInfo.lhs
+++ b/compiler/codeGen/ClosureInfo.lhs
@@ -978,7 +978,6 @@ getTyDescription ty
AppTy fun _ -> getTyDescription fun
FunTy _ res -> '-' : '>' : fun_result res
TyConApp tycon _ -> getOccString tycon
- NoteTy (FTVNote _) ty -> getTyDescription ty
PredTy sty -> getPredTyDescription sty
ForAllTy _ ty -> getTyDescription ty
}