Skip to content

Commit

Permalink
Fix compiling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre committed Jul 16, 2021
1 parent de2e3a0 commit 6a138a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Expand Up @@ -398,8 +398,7 @@ public ActionExecutionContext withMetadataHandler(MetadataHandler metadataHandle
env,
actionFileSystem,
skyframeDepsResult,
nestedSetExpander,
syscalls);
nestedSetExpander);
}

/**
Expand Down
Expand Up @@ -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);
Expand Down

0 comments on commit 6a138a6

Please sign in to comment.