diff options
-rw-r--r-- | sys/sys/_task.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/_task.h b/sys/sys/_task.h index c5c5a68..f459c23 100644 --- a/sys/sys/_task.h +++ b/sys/sys/_task.h @@ -29,10 +29,6 @@ #ifndef _SYS__TASK_H_ #define _SYS__TASK_H_ -#ifndef _KERNEL -#error "no user-servicable parts inside" -#endif - #include <sys/queue.h> /* |