From 60f076de91952d5d9f3d6f9a2cb4bfafb98719e7 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 31 Oct 2012 10:34:52 +0100 Subject: [PATCH] removed unused barrier reference --- arangod/Utils/CollectionAccessor.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arangod/Utils/CollectionAccessor.h b/arangod/Utils/CollectionAccessor.h index c680e808b6..5e8826dce4 100644 --- a/arangod/Utils/CollectionAccessor.h +++ b/arangod/Utils/CollectionAccessor.h @@ -31,7 +31,6 @@ #include "Logger/Logger.h" #include "Basics/StringUtils.h" #include "ShapedJson/json-shaper.h" -#include "VocBase/barrier.h" #include "VocBase/primary-collection.h" #include "VocBase/vocbase.h" @@ -456,12 +455,6 @@ namespace triagens { TRI_primary_collection_t* _primaryCollection; -//////////////////////////////////////////////////////////////////////////////// -/// @brief a barrier for deletion -//////////////////////////////////////////////////////////////////////////////// - - TRI_barrier_t* _barrier; - //////////////////////////////////////////////////////////////////////////////// /// @} ////////////////////////////////////////////////////////////////////////////////