Skip to content

Commit

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

/**
Expand Down
Original file line number Diff line number Diff line change
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 d4d0714

Please sign in to comment.