Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiling errors
Browse files Browse the repository at this point in the history
coeuvre authored and larsrc-google committed Jul 30, 2021

Verified

This commit was signed with the committer’s verified signature.
1 parent 6e134a1 commit d4d0714
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -398,8 +398,7 @@ public ActionExecutionContext withMetadataHandler(MetadataHandler metadataHandle
env,
actionFileSystem,
skyframeDepsResult,
nestedSetExpander,
syscalls);
nestedSetExpander);
}

/**
Original file line number Diff line number Diff line change
@@ -359,11 +359,6 @@ public ImmutableSet<TreeFileArtifact> getTreeArtifactChildren(SpecialArtifact tr
return metadataHandler.getTreeArtifactChildren(treeArtifact);
}

@Override
public TreeArtifactValue getTreeArtifactValue(SpecialArtifact treeArtifact) throws IOException {
return metadataHandler.getTreeArtifactValue(treeArtifact);
}

@Override
public void markOmitted(Artifact output) {
metadataHandler.markOmitted(output);

0 comments on commit d4d0714

Please sign in to comment.