mirror of https://gitee.com/bigwinds/arangodb
refactoring
This commit is contained in:
parent
6c2d927e01
commit
5993c1b094
|
@ -29,8 +29,6 @@
|
|||
#include "Basics/Exceptions.h"
|
||||
#include "Basics/Mutex.h"
|
||||
|
||||
//struct TRI_server_t;
|
||||
|
||||
namespace arangodb {
|
||||
class HeartbeatThread;
|
||||
|
||||
|
@ -97,12 +95,6 @@ class DBServerAgencySync : public arangodb::rest::Job {
|
|||
|
||||
HeartbeatThread* _heartbeat;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief server
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// TRI_server_t* _server;
|
||||
|
||||
protected:
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief shutdown in progress
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "Rest/GeneralRequest.h"
|
||||
#include "Rest/GeneralResponse.h"
|
||||
|
||||
struct TRI_server_t;
|
||||
struct TRI_vocbase_t;
|
||||
|
||||
namespace arangodb {
|
||||
|
|
Loading…
Reference in New Issue