Skip to content

Commit

Permalink
Merge pull request #18993 from richardkchapman/HPCC-32433
Browse files Browse the repository at this point in the history
HPCC-32433 Fix unused variable warning

Reviewed-by: Jake Smith <[email protected]>
Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Aug 20, 2024
2 parents 647e98b + 9ecdc97 commit 559f23b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/mp/mpbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,12 @@ protected: friend class CNodeIterator;
}
if (r2==0)
return GRdisjoint;
bool somematch=false;
if (r1==r2) { // check for identical
r=r1;
for (;;) {
r--;
if (!nodes[r]->equals(&grp->queryNode(r)))
break;
somematch = true;
if (r==0)
return GRidentical;
}
Expand Down

0 comments on commit 559f23b

Please sign in to comment.