Skip to content

Commit

Permalink
Remove no-op stub options.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 274855363
  • Loading branch information
donaldchai authored and copybara-github committed Oct 15, 2019
1 parent 9b31c85 commit 896137a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ public static final class Options extends FragmentOptions {
+ " for testing purposes."
)
public boolean androidLocalTestBinaryResources;

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

/**
Expand Down

0 comments on commit 896137a

Please sign in to comment.