From eac7ce5d13d8e57e2883a815fe65453224c3529f Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 16 Jan 2015 21:58:13 +0100 Subject: [PATCH] removed unused define --- arangod/VocBase/document-collection.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arangod/VocBase/document-collection.cpp b/arangod/VocBase/document-collection.cpp index 6ebdcff767..965d15b7f1 100644 --- a/arangod/VocBase/document-collection.cpp +++ b/arangod/VocBase/document-collection.cpp @@ -175,12 +175,6 @@ static int FulltextIndexFromJson (TRI_document_collection_t*, TRI_idx_iid_t, TRI_index_t**); -// ----------------------------------------------------------------------------- -// --SECTION-- private defines -// ----------------------------------------------------------------------------- - -#define MAX_DOCUMENT_SIZE (1024 * 1024 * 512) - // ----------------------------------------------------------------------------- // --SECTION-- HELPER FUNCTIONS // -----------------------------------------------------------------------------