Skip to content

Commit

Permalink
[nit] Remove unused msg local var. (ollama#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsugriy authored and zhewang1-intc committed May 13, 2024
1 parent 84ae687 commit 1fd4c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llm/ext_server/ext_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ void llama_server_completion(const char *json_req, ext_server_resp_t *resp) {
void llama_server_completion_next_result(const int task_id,
ext_server_task_result_t *resp) {
assert(llama != NULL && resp != NULL);
std::string msg;
resp->id = -1;
resp->stop = false;
resp->error = false;
Expand Down

0 comments on commit 1fd4c8c

Please sign in to comment.