Skip to content

Commit

Permalink
Remove dead method after unknown commit.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 338858071
  • Loading branch information
janakdr authored and copybara-github committed Oct 24, 2020
1 parent 5a33c63 commit 364a867
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ SourceArtifact getArtifact() {
return artifact;
}

int getIdOfBuild() {
return idOfBuild;
}

boolean isArtifactValid() {
return idOfBuild == buildId;
}
Expand Down

0 comments on commit 364a867

Please sign in to comment.