mirror of https://gitee.com/bigwinds/arangodb
devel Bug fix/compile error (#4808)
This commit is contained in:
parent
c4696bfed5
commit
20feade03d
|
@ -32,7 +32,6 @@
|
|||
|
||||
using namespace arangodb;
|
||||
using namespace arangodb::basics;
|
||||
using namespace arangodb::rest;
|
||||
|
||||
/// @brief check if a name belongs to a collection
|
||||
bool EqualCollection(CollectionNameResolver const* resolver,
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
using namespace arangodb;
|
||||
using namespace arangodb::basics;
|
||||
using namespace arangodb::rest;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief generates a general cursor from an array
|
||||
|
|
Loading…
Reference in New Issue