From 54280054ee1848698d4462ff8f85f3b46bf0a26d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 26 Aug 2008 18:26:29 +0000 Subject: [PATCH] Remove a now-redundant comment --- compiler/main/DynFlags.hs | 1 - 1 file changed, 1 deletion(-) 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" ), -- 1.7.10.4