1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:57:44 +00:00

Kernel: Remove ancient nprocess and nblocked globals.

These were not in sync with reality, and not used anywhere anyway.
This commit is contained in:
Andreas Kling 2019-04-03 13:05:20 +02:00
parent ac46e45f6e
commit a095a90b51
3 changed files with 0 additions and 15 deletions

View file

@ -5,8 +5,6 @@
struct system_t
{
time_t uptime;
dword nprocess;
dword nblocked;
};
extern system_t system;