[R] Remove unused assert definition. (#8526)

This commit is contained in:
Jiaming Yuan
2022-12-05 20:29:03 +08:00
committed by GitHub
parent d8d2eefa63
commit d8544e4d9e
3 changed files with 0 additions and 28 deletions

View File

@@ -23,7 +23,6 @@ PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) -DDMLC_CMAKE_LITTLE_ENDIAN=1 $(SHLIB_PTHRE
OBJECTS= \
./xgboost_R.o \
./xgboost_custom.o \
./xgboost_assert.o \
./init.o \
$(PKGROOT)/src/metric/metric.o \
$(PKGROOT)/src/metric/elementwise_metric.o \