From 41a2130487e6096ec9f3cecbfc90f4c2d0169ec1 Mon Sep 17 00:00:00 2001 From: Timothy Elliott Date: Mon, 6 Feb 2012 17:35:59 -0800 Subject: Implement head --- toys/nice.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'toys/nice.c') 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; ) -- cgit v1.2.3