mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Remove unnecessary assignment
This commit is contained in:
@@ -112,10 +112,6 @@ uint32 RangeSet::prevMissing (uint32 v) const
|
||||
else
|
||||
result = absent;
|
||||
}
|
||||
else
|
||||
{
|
||||
result = v - 1;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user