Skip to content

Commit

Permalink
Remove redundant declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregestren authored and katre committed Jul 19, 2021
1 parent bb7a010 commit 8b8e77e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1604,7 +1604,6 @@ public static final class Builder implements RuleErrorConsumer {
private final RuleErrorConsumer reporter;
private OrderedSetMultimap<Attribute, ConfiguredTargetAndData> prerequisiteMap;
private ConfigConditions configConditions;
private ImmutableMap<Label, ConfigMatchingProvider> configConditions = ImmutableMap.of();
private NestedSet<PackageGroupContents> visibility;
private ImmutableMap<String, Attribute> aspectAttributes;
private ImmutableList<Aspect> aspects;
Expand Down

0 comments on commit 8b8e77e

Please sign in to comment.