8000 removed some unused code · ezhangle/arangodb@326f0db · GitHub
[go: up one dir, main page]

Skip to content

Commit 326f0db

Browse files
committed
removed some unused code
1 parent 4912ce3 commit 326f0db

File tree

3 files changed

+62
-682
lines changed

3 files changed

+62
-682
lines changed

arangod/VocBase/VocShaper.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include "Basics/WriteLocker.h"
3939
#include "Basics/associative.h"
4040
#include "Basics/hashes.h"
41-
#include "Basics/locks.h"
4241
#include "Basics/logging.h"
4342
#include "Basics/tri-strings.h"
4443
#include "Basics/Utf8Helper.h"
@@ -302,7 +301,6 @@ static bool EqualNameKeyAttributePath (TRI_associative_synced_t* array,
302301
return TRI_EqualString(k, e + sizeof(TRI_shape_path_t) + ee->_aidLength * sizeof(TRI_shape_aid_t));
303302
}
304303

305-
306304
// -----------------------------------------------------------------------------
307305
// --SECTION-- VocShaper
308306
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)
0