1
0
Fork 0

refactoring

This commit is contained in:
jsteemann 2016-07-22 15:46:45 +02:00
parent 6c2d927e01
commit 5993c1b094
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -36,7 +36,6 @@
#include "Rest/GeneralRequest.h"
#include "Rest/GeneralResponse.h"
struct TRI_server_t;
struct TRI_vocbase_t;
namespace arangodb {