Skip to content

Commit

Permalink
Remove inaccurate comment about rule transition attrs.
Browse files Browse the repository at this point in the history
Work towards composable starlark transitions: #22248.

PiperOrigin-RevId: 641254883
Change-Id: I75acc0ff8939f38fc4d97c1e1e56b0d0123e17c3
  • Loading branch information
katre authored and copybara-github committed Jun 7, 2024
1 parent b439a7b commit bf83dea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private FunctionPatchTransition createTransition(
ImmutableList<String> transitionOutputs = this.starlarkDefinedConfigTransition.getOutputs();

for (Attribute attribute : rule.getAttributes()) {
// Store the value in an Optional, even if it's null.
// If the value is present, even if it is null, add to the attribute map.
Object val = attributeMapper.getRawAttributeValue(rule, attribute);
if (val instanceof SelectorList<?> sl) {
Expand Down

0 comments on commit bf83dea

Please sign in to comment.