fix warning
authorSimon Marlow <marlowsd@gmail.com>
Tue, 28 Jul 2009 10:27:07 +0000 (10:27 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 28 Jul 2009 10:27:07 +0000 (10:27 +0000)
compiler/codeGen/CgCase.lhs

index 057f58d..9f24fba 100644 (file)
@@ -192,7 +192,6 @@ cgCase (StgOpApp (StgFCallOp fcall _) args _)
    unsafe_foreign_call
         = case fcall of
                CCall (CCallSpec _ _ s) -> not (playSafe s)
-               _other                  -> False
 \end{code}
 
 Special case: scrutinising a non-primitive variable.