Skip to content

Commit 8b8e77e

Browse files
gregestrenkatre
authored andcommitted
Remove redundant declaration.
1 parent bb7a010 commit 8b8e77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,6 @@ public static final class Builder implements RuleErrorConsumer {
16041604
private final RuleErrorConsumer reporter;
16051605
private OrderedSetMultimap<Attribute, ConfiguredTargetAndData> prerequisiteMap;
16061606
private ConfigConditions configConditions;
1607-
private ImmutableMap<Label, ConfigMatchingProvider> configConditions = ImmutableMap.of();
16081607
private NestedSet<PackageGroupContents> visibility;
16091608
private ImmutableMap<String, Attribute> aspectAttributes;
16101609
private ImmutableList<Aspect> aspects;

0 commit comments

Comments
 (0)