From 0a183bd0d5d9952699295fa9506de0df97392ef5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 10 May 2007 08:15:54 +0000 Subject: [PATCH] FIX BUILD: remove accidentally committed hunk --- compiler/ghci/InteractiveUI.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 33030bc..1ac2df8 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -136,8 +136,7 @@ builtin_commands = [ ("type", keepGoing typeOfExpr, False, completeIdentifier), ("trace", keepGoing traceCmd, False, completeIdentifier), ("undef", keepGoing undefineMacro, False, completeMacro), - ("unset", keepGoing unsetOptions, True, completeSetOptions), - ("where", keepGoing whereCmd, True, completeNone) + ("unset", keepGoing unsetOptions, True, completeSetOptions) ] keepGoing :: (String -> GHCi ()) -> (String -> GHCi Bool) -- 1.7.10.4