summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2007-03-22 16:10:40 +0000
committersven.panne@aedion.de <unknown>2007-03-22 16:10:40 +0000
commitfdaede604cfd993d77b458c945c4419e41ed178f (patch)
treeedeec79fd4a8f8a56edfe7ad3326777ac9f267e4
parenta896a832ab7306da8c638df7f44619b3548bd518 (diff)
downloadhaskell-fdaede604cfd993d77b458c945c4419e41ed178f.tar.gz
Warning police: Removed catch-all case which was overlapped
-rw-r--r--compiler/ghci/Debugger.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs
index be27bf78f1..a43d4fdf95 100644
--- a/compiler/ghci/Debugger.hs
+++ b/compiler/ghci/Debugger.hs
@@ -300,7 +300,6 @@ stripUnknowns names id = setIdType id . fst . go names . idType
kind1 = mkArrowKind liftedTypeKind liftedTypeKind
kind2 = mkArrowKind kind1 liftedTypeKind
kind3 = mkArrowKind kind2 liftedTypeKind
-stripUnknowns _ id = id
-----------------------------
-- | The :breakpoint command