Skip to content

Commit

Permalink
Remove obsolete flags (they are no-op anyway)
Browse files Browse the repository at this point in the history
* Remove --tls_enabled
* Remove --incompatible_tls_enabled_removed

#8061

RELNOTES: None.
PiperOrigin-RevId: 321536730
  • Loading branch information
laurentlb authored and copybara-github committed Jul 16, 2020
1 parent 8a7a449 commit dbc89df
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,30 +61,6 @@ public class AuthAndTLSOptions extends OptionsBase {
)
public String googleCredentials;

@Deprecated
@Option(
name = "tls_enabled",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
deprecationWarning = "No-op. See #8061 for details.",
effectTags = {OptionEffectTag.UNKNOWN},
help = "No-op. See #8061 for details.")
public boolean tlsEnabled;

@Deprecated
@Option(
name = "incompatible_tls_enabled_removed",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
deprecationWarning = "No-op. See #8061 for details.",
effectTags = {OptionEffectTag.UNKNOWN},
metadataTags = {
OptionMetadataTag.INCOMPATIBLE_CHANGE,
OptionMetadataTag.TRIGGERED_BY_ALL_INCOMPATIBLE_CHANGES
},
help = "No-op. See #8061 for details.")
public boolean incompatibleTlsEnabledRemoved;

@Option(
name = "tls_certificate",
defaultValue = "null",
Expand Down

0 comments on commit dbc89df

Please sign in to comment.