We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a010 commit 8b8e77eCopy full SHA for 8b8e77e
src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
@@ -1604,7 +1604,6 @@ public static final class Builder implements RuleErrorConsumer {
1604
private final RuleErrorConsumer reporter;
1605
private OrderedSetMultimap<Attribute, ConfiguredTargetAndData> prerequisiteMap;
1606
private ConfigConditions configConditions;
1607
- private ImmutableMap<Label, ConfigMatchingProvider> configConditions = ImmutableMap.of();
1608
private NestedSet<PackageGroupContents> visibility;
1609
private ImmutableMap<String, Attribute> aspectAttributes;
1610
private ImmutableList<Aspect> aspects;
0 commit comments