X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fvfs%2Fselect.c;h=d2ef80824a1f3c7473d80537796cc382fc44cc8b;hb=22da3a43e0ef78edafb8b3e36e8062bbeb62f18e;hp=439afc022fbcae21b1fc5390873ff6ae09a06129;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/vfs/select.c b/KernelLand/Kernel/vfs/select.c index 439afc02..d2ef8082 100644 --- a/KernelLand/Kernel/vfs/select.c +++ b/KernelLand/Kernel/vfs/select.c @@ -20,9 +20,6 @@ // === CONSTANTS === #define NUM_THREADS_PER_ALLOC 4 -// === IMPORTS === -extern tThread *Proc_GetCurThread(void); - // === TYPES === typedef struct sVFS_SelectListEnt tVFS_SelectListEnt;