From e71d171fe720523227f99944a210b1d6362021f9 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Fri, 30 Oct 2015 13:56:40 +0100 Subject: [PATCH] fixed bug --- containers_cpp/include/embb/containers/lock_free_tree_value_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/containers_cpp/include/embb/containers/lock_free_tree_value_pool.h b/containers_cpp/include/embb/containers/lock_free_tree_value_pool.h index b33e074..7b218fc 100644 --- a/containers_cpp/include/embb/containers/lock_free_tree_value_pool.h +++ b/containers_cpp/include/embb/containers/lock_free_tree_value_pool.h @@ -291,7 +291,6 @@ class LockFreeTreeValuePool { static size_t GetMinimumElementCountForGuaranteedCapacity( size_t capacity /**< [IN] count of indices that shall be guaranteed */); - ); /** * Destructs the pool. -- libgit2 0.26.0