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 committed Jul 16, 2021

Unverified

No user is associated with the committer email.
1 parent de2e3a0 commit 6a138a6
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 6a138a6

Please sign in to comment.