diff options
Diffstat (limited to 'toys/nice.c')
-rw-r--r-- | toys/nice.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/nice.c b/toys/nice.c index 2fda2675..fa059bbd 100644 --- a/toys/nice.c +++ b/toys/nice.c @@ -24,8 +24,6 @@ config NICE #include "toys.h" -// Hello doesn't use these globals, they're here for example/skeleton purposes. - DEFINE_GLOBALS( long priority; ) |