fix warning
[ghc-hetmet.git] / 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.