cleanup unused variable

This commit is contained in:
Ruben Ortlam 2026-05-21 11:03:16 +02:00
parent 84c4214b39
commit 79210e3046

View File

@ -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);