aboutsummaryrefslogtreecommitdiff
path: root/toys/nice.c
diff options
context:
space:
mode:
authorTimothy Elliott <tle@holymonkey.com>2012-02-06 17:35:59 -0800
committerTimothy Elliott <tle@holymonkey.com>2012-02-06 17:35:59 -0800
commit41a2130487e6096ec9f3cecbfc90f4c2d0169ec1 (patch)
tree99c24d2c034baee0436bfa6393ba2d10ae4569e8 /toys/nice.c
parent5e6dca62869816709f4f6a16d9c191a9e93522a4 (diff)
downloadtoybox-41a2130487e6096ec9f3cecbfc90f4c2d0169ec1.tar.gz
Implement head
Diffstat (limited to 'toys/nice.c')
-rw-r--r--toys/nice.c2
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;
)