From 2bc46bd54cc8cdcd7647461f2d76384266f2a0e4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 16:44:28 -0500 Subject: remove unistd --- src/unistd/nice.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/unistd/nice.c (limited to 'src/unistd/nice.c') 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 - -int nice(int incr) -{ - return incr; -} - -/* -XOPEN(4) -*/ - - -#endif -- cgit v1.2.1