mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 04:38:00 +00:00
The todo_... variables are not referenced elsewhere and can be static.
This commit is contained in:
@@ -100,9 +100,9 @@
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
unsigned todo_uses = 0;
|
||||
unsigned todo_misses = 0;
|
||||
unsigned todo_reads = 0;
|
||||
static unsigned todo_uses = 0;
|
||||
static unsigned todo_misses = 0;
|
||||
static unsigned todo_reads = 0;
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user