mirror of https://gitee.com/bigwinds/arangodb
Removed unnecessary JSON
This commit is contained in:
parent
bb264d89f8
commit
4a7bc9ad95
|
@ -23,7 +23,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "PeriodicTask.h"
|
||||
#include "Basics/json.h"
|
||||
#include "Scheduler/Scheduler.h"
|
||||
|
||||
#include <velocypack/Builder.h>
|
||||
|
|
|
@ -70,7 +70,7 @@ KeyGenerator::KeyGenerator(bool allowUserKeys)
|
|||
KeyGenerator::~KeyGenerator() {}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief get the generator type from JSON
|
||||
/// @brief get the generator type from VelocyPack
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
KeyGenerator::GeneratorType KeyGenerator::generatorType(
|
||||
|
|
|
@ -76,7 +76,7 @@ class KeyGenerator {
|
|||
static void Initialize();
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief get the generator type from JSON
|
||||
/// @brief get the generator type from VelocyPack
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static GeneratorType generatorType(arangodb::velocypack::Slice const&);
|
||||
|
|
Loading…
Reference in New Issue