mirror of https://gitee.com/bigwinds/arangodb
removed includes
This commit is contained in:
parent
97f6f87b01
commit
3cd107e761
|
@ -48,11 +48,8 @@
|
|||
#include <velocypack/Slice.h>
|
||||
#include <velocypack/velocypack-aliases.h>
|
||||
|
||||
#include "unicode/timezone.h"
|
||||
|
||||
using namespace arangodb;
|
||||
using namespace arangodb::basics;
|
||||
|
||||
using namespace arangodb::rest;
|
||||
|
||||
struct LocalCollectionGuard {
|
||||
|
|
|
@ -389,6 +389,7 @@ void DocumentAccessor::lookupDocumentAttribute(char const* name,
|
|||
// fall-through intentional
|
||||
}
|
||||
|
||||
#if 0
|
||||
auto shaper = _document->getShaper();
|
||||
|
||||
TRI_shape_pid_t pid = shaper->lookupAttributePathByName(name);
|
||||
|
@ -416,6 +417,7 @@ void DocumentAccessor::lookupDocumentAttribute(char const* name,
|
|||
_current = _json.get();
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// not found
|
||||
setToNull();
|
||||
|
|
Loading…
Reference in New Issue