summaryrefslogtreecommitdiff
path: root/src/kernel/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/proc.h')
-rw-r--r--src/kernel/proc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kernel/proc.h b/src/kernel/proc.h
index 0dffe08..15da852 100644
--- a/src/kernel/proc.h
+++ b/src/kernel/proc.h
@@ -69,9 +69,6 @@ struct Proc {
VfsMount *mount;
Handle **_handles; /* points to Handle *[HANDLE_MAX] */
uint64_t *handles_refcount; /* works just like pages_refcount */
- struct {
- Handle *procfs;
- } specialh;
// TODO pids should be 64bit. also typedef pid_t
uint32_t globalid; /* only for internal use, don't expose to userland */