Skip to content

Commit 68981fa

Browse files
committed
Fix double increment of variable i
1 parent 2734218 commit 68981fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jrd/trace/TraceObjects.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ TraceRuntimeStats::TraceRuntimeStats(Attachment* attachment,
670670
m_info.pin_tables[i].trc_relation_id = m_tableCounters.getObjectId(i);
671671
m_info.pin_tables[i].trc_relation_name = m_tableCounters.getObjectName(i);
672672
m_info.pin_tables[i].trc_counters = m_tableCounters.getObjectCounters(i);
673-
i++;
674673
}
675674
}
676675
else

0 commit comments

Comments
 (0)