summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-26 18:26:29 +0000
committerIan Lynagh <igloo@earth.li>2008-08-26 18:26:29 +0000
commit54280054ee1848698d4462ff8f85f3b46bf0a26d (patch)
tree28e4dba991a6c6b907fd1fdc5ce57aabe38e6f52
parentfb9d3922c8ccc9b3f7138a821ffb635e6c65b149 (diff)
downloadhaskell-54280054ee1848698d4462ff8f85f3b46bf0a26d.tar.gz
Remove a now-redundant comment
-rw-r--r--compiler/main/DynFlags.hs1
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" ),