1
0
Fork 0

removed includes

This commit is contained in:
jsteemann 2016-03-17 00:11:07 +01:00
parent 97f6f87b01
commit 3cd107e761
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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();