Skip to content

Commit

Permalink
Remove unused setExecuteResponseBuilder
Browse files Browse the repository at this point in the history
Method setExecuteResponseBuilder is not called in OperationContext
  • Loading branch information
werkt committed Sep 25, 2023
1 parent 7f86c47 commit 90439ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/build/buildfarm/worker/OperationContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ private Builder(
this.queueEntry = queueEntry;
}

public Builder setExecuteResponseBuilder(ExecuteResponse.Builder executeResponse) {
this.executeResponse = executeResponse;
return this;
}

public Builder setOperation(Operation operation) {
this.operation = operation;
return this;
Expand Down

0 comments on commit 90439ca

Please sign in to comment.