fix: remove use of USERPROG compiler flag specific code when the flag is disabled

This commit is contained in:
Themis Demetriades
2024-12-04 23:48:51 +00:00
parent 0288e13206
commit 19d5b02341

View File

@@ -259,7 +259,6 @@ thread_create (const char *name, int priority,
return TID_ERROR; return TID_ERROR;
} }
#define USERPROG
#ifdef USERPROG #ifdef USERPROG
/* Initialize the thread's file descriptor table. */ /* Initialize the thread's file descriptor table. */
t->fd_counter = MINIMUM_USER_FD; t->fd_counter = MINIMUM_USER_FD;