From 0f8d556130eee44bc9c7a93aa7b1cca7c138608f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Wed, 1 Sep 2010 16:18:07 +0000 Subject: [PATCH] Merge r65004 from trunk Fix #4551,#4553,#4575 by removing unused parameter. [SVN r65168] --- include/boost/algorithm/string/detail/find_format_store.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/detail/find_format_store.hpp b/include/boost/algorithm/string/detail/find_format_store.hpp index 24fe374..4872c5a 100644 --- a/include/boost/algorithm/string/detail/find_format_store.hpp +++ b/include/boost/algorithm/string/detail/find_format_store.hpp @@ -71,7 +71,7 @@ namespace boost { }; template - bool check_find_result(InputT& Input, FindResultT& FindResult) + bool check_find_result(InputT&, FindResultT& FindResult) { typedef BOOST_STRING_TYPENAME range_const_iterator::type input_iterator_type;