From e3e12b2a298abf61299a536929307131e07128b7 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 12 Nov 2010 23:07:01 +0000 Subject: [PATCH] Remove use of (now-gone) VarPatOut --- utils/ghctags/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/ghctags/Main.hs b/utils/ghctags/Main.hs index 0778784..118bcac 100644 --- a/utils/ghctags/Main.hs +++ b/utils/ghctags/Main.hs @@ -280,7 +280,6 @@ boundThings modname lbinding = in case unLoc lpat of WildPat _ -> tl VarPat name -> lid name : tl - VarPatOut name _ -> lid name : tl -- XXX need help here LazyPat p -> patThings p tl AsPat id p -> patThings p (thing id : tl) ParPat p -> patThings p tl -- 1.7.10.4