X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FStaticFlags.hs;h=b708ad0f8cf7c929f57bbe8607956b04cb964fe0;hp=d8646cf494ed1acc32ce6397057f1d2990228232;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hpb=f620397eb8b58931ef0be7cb54659a73bdc0cade diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index d8646cf..b708ad0 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -444,7 +444,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