tasking: a small cleanup

This commit is contained in:
2025-06-23 00:36:07 +03:00
parent c047dd687b
commit 29de6e6f43
4 changed files with 4 additions and 34 deletions
-1
View File
@@ -63,7 +63,6 @@ typedef struct Process
struct Process* next; // Следующий процесс
file_t* file_descriptors[MAX_OPEN_FILES];
uint8_t zombie;
} Process;
extern Process* current;