dead line

This commit is contained in:
Matthew Kennedy 2023-11-01 16:40:53 -07:00
parent c54d64a788
commit a427a46ffc
1 changed files with 0 additions and 1 deletions

View File

@ -505,7 +505,6 @@ expected<TriggerDecodeResult> TriggerDecoderBase::decodeTriggerEvent(
} }
#else #else
if (printTriggerTrace) { if (printTriggerTrace) {
float gap = 1.0 * toothDurations[0] / toothDurations[1];
for (int i = 0;i<triggerShape.gapTrackingLength;i++) { for (int i = 0;i<triggerShape.gapTrackingLength;i++) {
float gap = 1.0 * toothDurations[i] / toothDurations[i + 1]; float gap = 1.0 * toothDurations[i] / toothDurations[i + 1];
printf("%sindex=%d: gap=%.2f expected from %.2f to %.2f error=%s\r\n", printf("%sindex=%d: gap=%.2f expected from %.2f to %.2f error=%s\r\n",