[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 = @OPENMP_CXXFLAGS@ @OPENMP_LIB@ @ENDIAN_FLAG@ @BACKTRACE_LIB@ -pthread
OBJECTS= \
./xgboost_R.o \
./xgboost_custom.o \
./xgboost_assert.o \
./init.o \
$(PKGROOT)/src/metric/metric.o \
$(PKGROOT)/src/metric/elementwise_metric.o \