summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-12-16 15:37:01 +0100
committercgzones <cgzones@googlemail.com>2021-12-17 14:45:15 +0100
commit14f428a1721a7b179be7b650135ec591c215564e (patch)
tree426bc1101cbf85a94855f6614e7abc4469aa9b77 /pcp
parent6388033e107a74a6e962eabf4ec06065d12d28db (diff)
Drop unused Platform variables
Diffstat (limited to 'pcp')
-rw-r--r--pcp/Platform.c4
-rw-r--r--pcp/Platform.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/pcp/Platform.c b/pcp/Platform.c
index f6de7d9c..952ec7ca 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -69,10 +69,6 @@ ScreenDefaults Platform_defaultScreens[] = {
const unsigned int Platform_numberOfDefaultScreens = ARRAYSIZE(Platform_defaultScreens);
-ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_VIRT, M_RESIDENT, (int)M_SHARE, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 };
-
-int Platform_numberOfFields = LAST_PROCESSFIELD;
-
const SignalItem Platform_signals[] = {
{ .name = " 0 Cancel", .number = 0 },
};
diff --git a/pcp/Platform.h b/pcp/Platform.h
index f080df28..242e742e 100644
--- a/pcp/Platform.h
+++ b/pcp/Platform.h
@@ -62,10 +62,6 @@ extern ScreenDefaults Platform_defaultScreens[];
extern const unsigned int Platform_numberOfDefaultScreens;
-extern ProcessField Platform_defaultFields[];
-
-extern int Platform_numberOfFields;
-
extern const SignalItem Platform_signals[];
extern const unsigned int Platform_numberOfSignals;

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