diff --git a/core/include/thread.h b/core/include/thread.h index 22cd3dd5bc..17bdefb5f7 100644 --- a/core/include/thread.h +++ b/core/include/thread.h @@ -80,14 +80,6 @@ int thread_create(char *stack, void *(*function)(void *arg), void *arg, const char *name); - -int thread_create_arg(char *stack, - int stacksize, - char priority, - int flags, - void *(*function)(void *arg), - void *arg, - const char *name); /** * @brief Returns the status of a process *