Remove leftover NoteTy/FTVNote bits
[ghc-hetmet.git] / compiler / codeGen / ClosureInfo.lhs
index 0746ba9..37b3a58 100644 (file)
@@ -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
     }