mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
Kernel: Remove some unused Process members
This commit is contained in:
parent
3a27790fa7
commit
d4761762f2
1 changed files with 0 additions and 4 deletions
|
@ -377,12 +377,8 @@ private:
|
|||
pid_t m_ppid { 0 };
|
||||
mode_t m_umask { 022 };
|
||||
|
||||
static void notify_waiters(pid_t waitee, int exit_status, int signal);
|
||||
|
||||
HashTable<gid_t> m_extra_gids;
|
||||
|
||||
int m_next_tid { 0 };
|
||||
|
||||
RefPtr<ProcessTracer> m_tracer;
|
||||
OwnPtr<ELFLoader> m_elf_loader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue