Unverified Commit 01ff2e14 authored by Taras Tsugrii's avatar Taras Tsugrii Committed by GitHub
Browse files

[nit] Remove unused msg local var. (#2511)

parent 199e79ec
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment