diff --git a/common/common.h b/common/common.h index e7c55ae925..14889193d9 100644 --- a/common/common.h +++ b/common/common.h @@ -294,10 +294,6 @@ struct common_params_sampling { bool backend_sampling = false; - bool has_logit_bias() const { - return !logit_bias.empty(); - } - // print the parameters into a string std::string print() const; };