[commit: ghc] master: fix warning (2c60015)

Simon Marlow marlowsd at gmail.com
Tue Aug 21 16:28:45 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2c60015cda17172629a67a7cb4441135805e1770

>---------------------------------------------------------------

commit 2c60015cda17172629a67a7cb4441135805e1770
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Aug 21 15:02:34 2012 +0100

    fix warning

>---------------------------------------------------------------

 compiler/deSugar/Coverage.lhs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/compiler/deSugar/Coverage.lhs b/compiler/deSugar/Coverage.lhs
index 2f5ef71..34500bb 100644
--- a/compiler/deSugar/Coverage.lhs
+++ b/compiler/deSugar/Coverage.lhs
@@ -1088,7 +1088,6 @@ mkTickish boxLabel countEntries topOnly pos fvs decl_path =
           HpcTicks    -> HpcTick (this_mod env) c
           ProfNotes   -> ProfNote cc count True{-scopes-}
           Breakpoints -> Breakpoint c ids
-          _otherwise  -> panic "mkTickish: bad source span!"
     in
     ( tickish
     , fvs





More information about the Cvs-ghc mailing list