fix: remove use of USERPROG compiler flag specific code when the flag is disabled
This commit is contained in:
@@ -259,7 +259,6 @@ thread_create (const char *name, int priority,
|
||||
return TID_ERROR;
|
||||
}
|
||||
|
||||
#define USERPROG
|
||||
#ifdef USERPROG
|
||||
/* Initialize the thread's file descriptor table. */
|
||||
t->fd_counter = MINIMUM_USER_FD;
|
||||
|
||||
Reference in New Issue
Block a user