Skip to content

Commit

Permalink
Remove option --resource_autosense.
Browse files Browse the repository at this point in the history
Logic behind the flag has been removed years ago in unknown commit.

PiperOrigin-RevId: 541895048
Change-Id: I5577aa9c804cbc1eb7bae688dd758dcfddd74c4c
  • Loading branch information
meisterT authored and copybara-github committed Jun 20, 2023
1 parent 4797ba0 commit c6ba553
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,6 @@ public boolean shouldMaterializeParamFiles() {
+ " summary.")
public TestSummaryFormat testSummary;

@Option(
name = "resource_autosense",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.UNKNOWN},
help = "This flag has no effect, and is deprecated")
public boolean useResourceAutoSense;

@Option(
name = "local_cpu_resources",
defaultValue = "HOST_CPUS",
Expand Down

0 comments on commit c6ba553

Please sign in to comment.