Refactor thread.h to remove superfluous thread priority comparison function w/ S

This commit is contained in:
Themis Demetriades
2024-10-22 20:36:28 +01:00
parent 244db41434
commit fc1691f994

View File

@@ -153,7 +153,4 @@ int thread_get_load_avg (void);
void ready_list_reorder (void);
/* Returns true iff the priority of the first list element's thread is greater
than that of the second list element's thread. */
list_less_func thread_priority_greater;
#endif /* threads/thread.h */