Commit 7d9d5bb6 by Paolo Carlini Committed by Paolo Carlini

hashtable.h (_Hashtable<>:_M_get_Value_allocator): Remove, unused.

2010-10-25  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/hashtable.h (_Hashtable<>:_M_get_Value_allocator):
	Remove, unused.

From-SVN: r165912
parent 8150f05c
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> 2010-10-24 François Dumont <francois.cppdevs@free.fr>
* src/debug.cc: Fix parameter indexes in __msg_valid_range2 message. * src/debug.cc: Fix parameter indexes in __msg_valid_range2 message.
......
...@@ -271,10 +271,6 @@ namespace std ...@@ -271,10 +271,6 @@ namespace std
get_allocator() const get_allocator() const
{ return allocator_type(_M_node_allocator); } { return allocator_type(_M_node_allocator); }
_Value_allocator_type
_M_get_Value_allocator() const
{ return _Value_allocator_type(_M_node_allocator); }
size_type size_type
max_size() const max_size() const
{ return _M_node_allocator.max_size(); } { return _M_node_allocator.max_size(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment