Skip to content

Commit

Permalink
Rollback of commit 37aad60.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Breaking Blaze: []

*** Original change description ***

--
MOS_MIGRATED_REVID=115886167
  • Loading branch information
ericfelly authored and kchodorow committed Mar 1, 2016
1 parent 72538d9 commit 10d1ba5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,13 +632,6 @@ public Builder addOutputs(Iterable<Artifact> artifacts) {
return this;
}

/**
* Checks whether the action produces any outputs
*/
public boolean hasOutputs() {
return !outputs.isEmpty();
}

public Builder setResources(ResourceSet resourceSet) {
this.resourceSet = resourceSet;
return this;
Expand Down

0 comments on commit 10d1ba5

Please sign in to comment.