From 15a99cb15a215a43858618eec77c599794f631d0 Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Tue, 12 Dec 2017 11:00:16 -0800 Subject: [PATCH] Remove unused frontend option --- include/swift/Option/FrontendOptions.td | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/swift/Option/FrontendOptions.td b/include/swift/Option/FrontendOptions.td index 4aa8317d63c..bb8d2c6988b 100644 --- a/include/swift/Option/FrontendOptions.td +++ b/include/swift/Option/FrontendOptions.td @@ -187,9 +187,6 @@ def debugger_support : Flag<["-"], "debugger-support">, def disable_arc_opts : Flag<["-"], "disable-arc-opts">, HelpText<"Don't run SIL ARC optimization passes.">; -def enable_guaranteed_closure_contexts : Flag<["-"], "enable-guaranteed-closure-contexts">, - HelpText<"Use @guaranteed convention for closure context">; - def disable_sil_partial_apply : Flag<["-"], "disable-sil-partial-apply">, HelpText<"Disable use of partial_apply in SIL generation">;