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
This commit is contained in:
Paolo Carlini 2010-10-25 09:42:08 +00:00 committed by Paolo Carlini
parent 8150f05c20
commit 7d9d5bb6c9
2 changed files with 5 additions and 4 deletions

View 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.

View 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(); }