Skip to content

Commit 0c7c572

Browse files
committed
clean up
1 parent 84f6197 commit 0c7c572

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/request_executor.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,7 @@ InferResponseComplete(
199199
}
200200
pb_error = std::make_shared<PbError>(pb_exception.what());
201201
}
202-
<<<<<<< HEAD
203-
204-
=======
205202

206-
>>>>>>> 408c23b (feat: Extend response parameters support to BLS in python backend)
207203
if (!infer_payload->IsDecoupled()) {
208204
infer_response = std::make_unique<InferResponse>(
209205
output_tensors, pb_error, parameters_string,

0 commit comments

Comments
 (0)