From 2e7eb45f485da31dba5a896c3d134c4bb6383643 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 28 Mar 2015 20:12:19 +0300 Subject: [PATCH] Removed unused data member. --- src/attribute_value_set.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/attribute_value_set.cpp b/src/attribute_value_set.cpp index 9c9886e..6210394 100644 --- a/src/attribute_value_set.cpp +++ b/src/attribute_value_set.cpp @@ -119,8 +119,6 @@ private: //! The container with elements node_list m_Nodes; - //! The pointer to the beginning of the storage of the elements - node* m_pStorage; //! The pointer to the end of the allocated elements within the storage node* m_pEnd; //! The pointer to the end of storage @@ -141,7 +139,6 @@ private: m_pSourceAttributes(source_attrs), m_pThreadAttributes(thread_attrs), m_pGlobalAttributes(global_attrs), - m_pStorage(storage), m_pEnd(storage), m_pEOS(eos) {