[project @ 1998-12-22 17:00:11 by simonm]
authorsimonm <unknown>
Tue, 22 Dec 1998 17:00:11 +0000 (17:00 +0000)
committersimonm <unknown>
Tue, 22 Dec 1998 17:00:11 +0000 (17:00 +0000)
Remove overlapped case correctly spotted by GHC.

ghc/compiler/utils/Util.lhs

index 1165334..f99d937 100644 (file)
@@ -694,8 +694,6 @@ cmpString (x:xs) (y:ys) = if          x == y then cmpString xs ys
                          else                GT
 cmpString []     ys    = LT
 cmpString xs     []    = GT
-
-cmpString _ _ = panic "cmpString"
 \end{code}