Remove unused RABIT targets. (#6110)

* Remove rabit mock.
* Remove rabit base.
This commit is contained in:
Jiaming Yuan
2020-09-11 14:09:44 +08:00
committed by GitHub
parent c92d751ad1
commit 07945290a2
3 changed files with 3 additions and 18 deletions

View File

@@ -1,13 +0,0 @@
/*!
* Copyright (c) 2014 by Contributors
* \file engine_mock.cc
* \brief this is an engine implementation that will
* insert failures in certain call point, to test if the engine is robust to failure
* \author Tianqi Chen
*/
// define use MOCK, os we will use mock Manager
#define NOMINMAX
#include <rabit/base.h>
// switch engine to AllreduceMock
#define RABIT_USE_BASE
#include "engine.cc"