We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e03d8 commit 697beebCopy full SHA for 697beeb
1 file changed
src/progress-display.hpp
@@ -29,9 +29,7 @@ class progress_display_t
29
30
std::size_t add(osmid_t id) noexcept
31
{
32
- if (id > max) {
33
- max = id;
34
- }
+ max = id;
35
if (count == 0) {
36
start = std::time(nullptr);
37
}
0 commit comments