Skip to content

Commit

Permalink
Remove stale comment. #cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448911417
  • Loading branch information
joeleba authored and copybara-github committed May 16, 2022
1 parent 467f32d commit d326889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2975,7 +2975,7 @@ protected class SkyframeProgressReceiver implements EvaluationProgressReceiver {
protected boolean ignoreInvalidations = false;
/** This receiver is only needed for execution, so it is null otherwise. */
@Nullable EvaluationProgressReceiver executionProgressReceiver = null;
/** This receiver is only needed for loading, so it is null otherwise. */

@Override
public void invalidated(SkyKey skyKey, InvalidationState state) {
if (ignoreInvalidations) {
Expand Down

0 comments on commit d326889

Please sign in to comment.