Remove an unused function.

[SVN r53318]
This commit is contained in:
Daniel James
2009-05-27 18:32:38 +00:00
parent caa0b7cdf6
commit b83a73ab40

View File

@ -257,13 +257,6 @@ namespace boost {
#else
void construct()
{
construct_preamble();
new(node_->address()) value_type;
value_constructed_ = true;
}
#define BOOST_UNORDERED_CONSTRUCT_IMPL(z, n, _) \
template < \
BOOST_UNORDERED_TEMPLATE_ARGS(z, n) \
@ -292,8 +285,7 @@ namespace boost {
new(node_->address()) value_type( \
BOOST_UNORDERED_CALL_PARAMS(z, n) \
); \
} \
\
}
#define BOOST_UNORDERED_CONSTRUCT_IMPL2(z, n, _) \
template <typename First, typename Second, typename Key, \