Remove unused typedef. Refs #8874.

[SVN r85245]
This commit is contained in:
Daniel James
2013-08-08 20:28:53 +00:00
parent 52b42b4e48
commit 29660f9c4d

View File

@ -334,8 +334,6 @@ namespace boost { namespace unordered { namespace detail {
value_type& operator[](key_type const& k)
{
typedef typename value_type::second_type mapped_type;
std::size_t key_hash = this->hash(k);
iterator pos = this->find_node(key_hash, k);