Remvove totally unused static flags
[ghc-hetmet.git] / compiler / main / StaticFlags.hs
index d8646cf..9fdcb10 100644 (file)
@@ -306,13 +306,10 @@ isStaticFlag f =
        "fauto-sccs-on-individual-cafs",
        "fscc-profiling",
        "fticky-ticky",
-       "fall-strict",
        "fdicts-strict",
        "firrefutable-tuples",
        "fparallel",
        "fflatten",
-       "fsemi-tagging",
-       "flet-no-escape",
        "femit-extern-decls",
        "fgransim",
        "fno-hi-version-check",
@@ -326,7 +323,6 @@ isStaticFlag f =
        "static",
        "funregisterised",
        "fext-core",
-       "frule-check",
        "frules-off",
        "fcpr-off",
        "ferror-spans",
@@ -444,7 +440,6 @@ allowed_combination way = and [ x `allowedWith` y
        _ `allowedWith` WayDebug                = True
        WayDebug `allowedWith` _                = True
 
-       WayThreaded `allowedWith` WayProf       = True
        WayProf `allowedWith` WayUnreg          = True
        WayProf `allowedWith` WayNDP            = True
        _ `allowedWith` _                       = False