diff --git a/src/learner.cc b/src/learner.cc index 0ecb1647d..0dbf3631a 100644 --- a/src/learner.cc +++ b/src/learner.cc @@ -618,12 +618,7 @@ class LearnerConfiguration : public Learner { ss << "\"" << diff[i] << "\", "; } ss << "\"" << diff.back() << "\""; - ss << R"W( } might not be used. - - This could be a false alarm, with some parameters getting used by language bindings but - then being mistakenly passed down to XGBoost core, or some parameter actually being used - but getting flagged wrongly here. Please open an issue if you find any such cases. - + ss << R"W( } are not used. )W"; LOG(WARNING) << ss.str(); }