Remove a now-redundant comment
authorIan Lynagh <igloo@earth.li>
Tue, 26 Aug 2008 18:26:29 +0000 (18:26 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 26 Aug 2008 18:26:29 +0000 (18:26 +0000)
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" ),