mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
cleanup unused variable
This commit is contained in:
parent
84c4214b39
commit
79210e3046
@ -1086,7 +1086,6 @@ void server_models::load(const std::string & name) {
|
||||
std::vector<char> vec_buf(128 * 1024); // large buffer for storing info
|
||||
char * buffer = vec_buf.data();
|
||||
if (stdout_file) {
|
||||
bool ready_received = false;
|
||||
while (fgets(buffer, vec_buf.size(), stdout_file) != nullptr) {
|
||||
LOG("[%5d] %s", port, buffer);
|
||||
std::string str(buffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user