diff --git a/src/system/kernel/debug/tracing.cpp b/src/system/kernel/debug/tracing.cpp index 83a8b752b2..07cc52ac46 100644 --- a/src/system/kernel/debug/tracing.cpp +++ b/src/system/kernel/debug/tracing.cpp @@ -822,7 +822,6 @@ dump_tracing_internal(int argc, char** argv, WrapperTraceFilter* wrapperFilter) static uint32 _previousOutputFlags = 0; static TraceEntryIterator iterator; - // Note: start and index are Pascal-like indices (i.e. in [1, sEntries]). int32 start = 0; // special index: print the last count entries int32 count = 0;