aboutsummaryrefslogtreecommitdiff
path: root/toys/other/taskset.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/taskset.c')
-rw-r--r--toys/other/taskset.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/taskset.c b/toys/other/taskset.c
index 7ac3b572..9b219044 100644
--- a/toys/other/taskset.c
+++ b/toys/other/taskset.c
@@ -3,8 +3,6 @@
* taskset.c - Retrieve or set the CPU affinity of a process.
*
* Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
- *
- * No standard.
USE_TASKSET(NEWTOY(taskset, "<1^pa", TOYFLAG_BIN|TOYFLAG_STAYROOT))