From: Ian Lynagh Date: Tue, 26 Aug 2008 18:26:29 +0000 (+0000) Subject: Remove a now-redundant comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=54280054ee1848698d4462ff8f85f3b46bf0a26d Remove a now-redundant comment --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index a3330e7..14842b1 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" ),