diff --git a/src/objective/regression_obj.cu b/src/objective/regression_obj.cu index cf9af74c2..c1c122648 100644 --- a/src/objective/regression_obj.cu +++ b/src/objective/regression_obj.cu @@ -656,8 +656,6 @@ class MeanAbsoluteError : public ObjFunction { return std::max(static_cast(1), info.labels.Shape(1)); } -#include "common/gpu_error_check.h" - void GetGradient(HostDeviceVector const& preds, const MetaInfo& info, std::int32_t iter, linalg::Matrix* out_gpair) override { std::cerr << "Entering GetGradient, iteration: " << iter << std::endl;