summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-18 12:43:28 +0200
committercgzones <cgzones@googlemail.com>2020-09-24 17:48:38 +0200
commitd2b3a7a3750c0ed7057cb6574dfa8563771421ba (patch)
treea67e95cd33e6695e372acb327f9f178a71e46405 /Process.h
parentc1b52014440bf35ef27040a27bf458bb229a4823 (diff)
Drop dead process fields
They are nowhere used.
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Process.h b/Process.h
index 82f6d6c8..aff4374a 100644
--- a/Process.h
+++ b/Process.h
@@ -103,25 +103,6 @@ typedef struct Process_ {
unsigned long int minflt;
unsigned long int majflt;
- #ifdef DEBUG
- long int itrealvalue;
- unsigned long int vsize;
- long int rss;
- unsigned long int rlim;
- unsigned long int startcode;
- unsigned long int endcode;
- unsigned long int startstack;
- unsigned long int kstkesp;
- unsigned long int kstkeip;
- unsigned long int signal;
- unsigned long int blocked;
- unsigned long int sigignore;
- unsigned long int sigcatch;
- unsigned long int wchan;
- unsigned long int nswap;
- unsigned long int cnswap;
- #endif
-
} Process;
typedef struct ProcessFieldData_ {

© 2014-2024 Faster IT GmbH | imprint | privacy policy