2010-10-25 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2010 09:42:08 +0000 (09:42 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2010 09:42:08 +0000 (09:42 +0000)
* include/bits/hashtable.h (_Hashtable<>:_M_get_Value_allocator):
Remove, unused.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165912 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable.h

index 8e93db4..77d5154 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/hashtable.h (_Hashtable<>:_M_get_Value_allocator):
+       Remove, unused.
+
 2010-10-24  François Dumont  <francois.cppdevs@free.fr>
 
        * src/debug.cc: Fix parameter indexes in __msg_valid_range2 message.
index be6d9a1..dd8c1c2 100644 (file)
@@ -271,10 +271,6 @@ namespace std
       get_allocator() const
       { return allocator_type(_M_node_allocator); }
 
-      _Value_allocator_type
-      _M_get_Value_allocator() const
-      { return _Value_allocator_type(_M_node_allocator); }
-
       size_type
       max_size() const
       { return _M_node_allocator.max_size(); }