mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 16:05:52 +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