squash! server : add server_task_type field to server_task_result

Remove break statement from switch case SERVER_TASK_TYPE_NONE.
This commit is contained in:
Daniel Bevenius 2025-01-31 14:44:11 +01:00
parent 0e09ec84b5
commit c6f6579785

View file

@ -2794,7 +2794,7 @@ struct server_context {
{
// do nothing
GGML_ASSERT(false && "Invalid task.type (SERVER_TASK_TYPE_NONE)\n");
} break;
}
}
}