File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747#if EFI_ENGINE_SNIFFER
4848#include " engine_sniffer.h"
49- extern int waveChartUsedSize;
5049extern WaveChart waveChart;
5150#endif /* EFI_ENGINE_SNIFFER */
5251
Original file line number Diff line number Diff line change 3737
3838#if EFI_ENGINE_SNIFFER
3939#include " engine_sniffer.h"
40- extern int waveChartUsedSize;
4140extern WaveChart waveChart;
4241#endif // EFI_ENGINE_SNIFFER
4342
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ extern WaveChart waveChart;
5757
5858static char WAVE_LOGGING_BUFFER [WAVE_LOGGING_SIZE ] CCM_OPTIONAL ;
5959
60- int waveChartUsedSize;
61-
6260/* *
6361 * We want to skip some engine cycles to skip what was scheduled before parameters were changed
6462 */
@@ -136,7 +134,6 @@ void WaveChart::publishIfFull() {
136134void WaveChart::publish () {
137135#if EFI_ENGINE_SNIFFER
138136 logging.appendPrintf ( LOG_DELIMITER );
139- waveChartUsedSize = logging.loggingSize ();
140137
141138 if (getTriggerCentral ()->isEngineSnifferEnabled ) {
142139 scheduleLogging (&logging);
You can’t perform that action at this time.
0 commit comments