Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / main / StaticFlags.hs
index d8646cf..b708ad0 100644 (file)
@@ -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