mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Fixes unused variable warning
This commit is contained in:
parent
cda0c22d0f
commit
bf3132e9cf
@ -529,7 +529,6 @@ buildOverlapVertices(const G& graph, const C& pinfo,
|
||||
std::size_t& overlapCount)
|
||||
{
|
||||
// count the overlap vertices.
|
||||
auto end = graph.end();
|
||||
overlapCount = 0;
|
||||
|
||||
const auto& lookup=pinfo.globalLookup();
|
||||
|
Loading…
Reference in New Issue
Block a user