Skip to content
Snippets Groups Projects
Commit 683247b0 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

remove sometimes unused variable `old`

The argument of `PRIO2INDEX` is only used in the parallel version of
UG; building the sequential version would raise a warning about `old`
being unused.

This change eliminates the `old` variables.

This addresses the following warning from gcc-7:

    dune-uggrid/gm/ugio.cc:1736:33: warning:
    variable ‘old’ set but not used [-Wunused-but-set-variable]
parent 754c6276
No related branches found
No related tags found
1 merge request!68More cleanup, mostly compiler warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment