From 3cd107e7619325c3c699a4ad10e2da2ac19ddac8 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 17 Mar 2016 00:11:07 +0100 Subject: [PATCH] removed includes --- arangod/V8Server/v8-collection.cpp | 3 --- arangod/VocBase/DocumentAccessor.cpp | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arangod/V8Server/v8-collection.cpp b/arangod/V8Server/v8-collection.cpp index 56e4fe2776..af9ffb7f15 100644 --- a/arangod/V8Server/v8-collection.cpp +++ b/arangod/V8Server/v8-collection.cpp @@ -48,11 +48,8 @@ #include #include -#include "unicode/timezone.h" - using namespace arangodb; using namespace arangodb::basics; - using namespace arangodb::rest; struct LocalCollectionGuard { diff --git a/arangod/VocBase/DocumentAccessor.cpp b/arangod/VocBase/DocumentAccessor.cpp index 9702c1abcd..d1242d64f5 100644 --- a/arangod/VocBase/DocumentAccessor.cpp +++ b/arangod/VocBase/DocumentAccessor.cpp @@ -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();