Remove a now-redundant comment
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index a3330e7..14842b1 100644 (file)
@@ -1626,7 +1626,6 @@ xFlags = [
   ( "ImplicitParams",                   Opt_ImplicitParams, const Supported ),
   ( "ScopedTypeVariables",              Opt_ScopedTypeVariables, const Supported ),
 
-  -- -XPatternSignatures is deprecated; now -XScopedTypeVariables enables pattern signatures  
   ( "PatternSignatures",                Opt_ScopedTypeVariables, 
     deprecatedForLanguage "ScopedTypeVariables" ),