diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-26 18:26:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-26 18:26:29 +0000 |
commit | 54280054ee1848698d4462ff8f85f3b46bf0a26d (patch) | |
tree | 28e4dba991a6c6b907fd1fdc5ce57aabe38e6f52 /compiler | |
parent | fb9d3922c8ccc9b3f7138a821ffb635e6c65b149 (diff) | |
download | haskell-54280054ee1848698d4462ff8f85f3b46bf0a26d.tar.gz |
Remove a now-redundant comment
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main/DynFlags.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index a3330e7491..14842b1551 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -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" ), |