From 58c7bb031ca8e1080d4c41e96fcf483f1fe2f2e0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 27 Aug 2007 20:58:21 +0000 Subject: [PATCH] Remove a couple of unused parameter names. [SVN r39019] --- include/boost/unordered/detail/hash_table_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/hash_table_impl.hpp b/include/boost/unordered/detail/hash_table_impl.hpp index 17d31c5c..d0c09f33 100644 --- a/include/boost/unordered/detail/hash_table_impl.hpp +++ b/include/boost/unordered/detail/hash_table_impl.hpp @@ -1742,7 +1742,7 @@ namespace boost { } template - size_type insert_size(I i, I j, boost::incrementable_traversal_tag) + size_type insert_size(I, I, boost::incrementable_traversal_tag) { return 1; }