X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FStaticFlags.hs;fp=ghc%2Fcompiler%2Fmain%2FStaticFlags.hs;h=4e2e44efdf8b30f2afee853bb46216ddf556fa69;hb=035d995b70f8b940d1477f20da7f7b779ebb9dc5;hp=b8177a47cde666d47d5451d62ee0f42e1997e680;hpb=b179b6314739f9c17b611eb968f3b124a62bb75f;p=ghc-hetmet.git diff --git a/ghc/compiler/main/StaticFlags.hs b/ghc/compiler/main/StaticFlags.hs index b8177a4..4e2e44e 100644 --- a/ghc/compiler/main/StaticFlags.hs +++ b/ghc/compiler/main/StaticFlags.hs @@ -452,7 +452,6 @@ allowed_combination way = and [ x `allowedWith` y WayThreaded `allowedWith` WayProf = True WayProf `allowedWith` WayUnreg = True - WayProf `allowedWith` WaySMP = True WayProf `allowedWith` WayNDP = True _ `allowedWith` _ = False