Remove DUNE_UNUSED_PARAMETER in `ifElse`.
Merged
requested to merge lasse.hinrichsen/dune-common:bugfix/remove_leftover_dune_unused into master
This was probably missed when merging !946 (merged). However, this led to code
which is calling ifElse
not compiling as the corresponding header
is not included anymore.