Extremely important cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30103 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-04-10 09:53:50 +00:00
parent 4024eadfda
commit 00e8c084e6
-1
View File
@@ -822,7 +822,6 @@ dump_tracing_internal(int argc, char** argv, WrapperTraceFilter* wrapperFilter)
static uint32 _previousOutputFlags = 0; static uint32 _previousOutputFlags = 0;
static TraceEntryIterator iterator; static TraceEntryIterator iterator;
// Note: start and index are Pascal-like indices (i.e. in [1, sEntries]). // Note: start and index are Pascal-like indices (i.e. in [1, sEntries]).
int32 start = 0; // special index: print the last count entries int32 start = 0; // special index: print the last count entries
int32 count = 0; int32 count = 0;