remove uneeded usage of boost::ignore_unused_variable_warning
This commit is contained in:
parent
98e8937d1c
commit
7744a65536
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ struct extract_value : public boost::static_visitor<T>
|
||||||
|
|
||||||
auto operator() (result_type const& val) const -> result_type
|
auto operator() (result_type const& val) const -> result_type
|
||||||
{
|
{
|
||||||
boost::ignore_unused_variable_warning(val);
|
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue