Removed thread group id pool.

We don't need a separate group id pool for now.
This commit is contained in:
Bahadir Balban
2009-05-11 12:21:08 +03:00
parent 1b04037034
commit db0d756dfa
3 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
/* ID pools for threads and spaces. */
struct id_pool *thread_id_pool;
struct id_pool *space_id_pool;
struct id_pool *tgroup_id_pool;
/* Hash table for all existing tasks */
struct ktcb_list {