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:
parent
ac46e45f6e
commit
a095a90b51
3 changed files with 0 additions and 15 deletions
|
@ -5,8 +5,6 @@
|
|||
struct system_t
|
||||
{
|
||||
time_t uptime;
|
||||
dword nprocess;
|
||||
dword nblocked;
|
||||
};
|
||||
|
||||
extern system_t system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue