summaryrefslogtreecommitdiff
path: root/src/unistd/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/nice.c')
-rw-r--r--src/unistd/nice.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/nice.c b/src/unistd/nice.c
deleted file mode 100644
index 4b5b8899..00000000
--- a/src/unistd/nice.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-int nice(int incr)
-{
- return incr;
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif