Fix #4551,#4553,#4575 by removing unused parameter.

[SVN r65004]
This commit is contained in:
Jürgen Hunold
2010-08-25 20:01:38 +00:00
parent f5dd47883f
commit 62df1eb048

View File

@ -71,7 +71,7 @@ namespace boost {
}; };
template<typename InputT, typename FindResultT> template<typename InputT, typename FindResultT>
bool check_find_result(InputT& Input, FindResultT& FindResult) bool check_find_result(InputT&, FindResultT& FindResult)
{ {
typedef BOOST_STRING_TYPENAME typedef BOOST_STRING_TYPENAME
range_const_iterator<InputT>::type input_iterator_type; range_const_iterator<InputT>::type input_iterator_type;