Skip to content

Commit 86620c3

Browse files
authored
Merge pull request #211 from ktf/fix-warning
Avoid unused variable warning / error with latest clang
2 parents 37074a4 + 0086a77 commit 86620c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/testRxPerfFMQ.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ int main()
4242
timerStats.reset(1000000.0 * statInterval);
4343

4444
size_t msgCount = 0;
45-
size_t msgCountPart = 0;
4645
size_t msgNew = 0;
4746
size_t msgNewPart = 0;
4847
//double tNew = 0.0;
@@ -92,7 +91,6 @@ int main()
9291
msgCount++;
9392
msgNew++;
9493
int nPart = msgParts.Size();
95-
msgCountPart += nPart;
9694
msgNewPart += nPart;
9795
for (auto const& mm : msgParts) {
9896
// bad trick: TX CPU used (in previous second) encoded in message size

0 commit comments

Comments
 (0)