summaryrefslogtreecommitdiffstats
path: root/pcp/Platform.c
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/Platform.c
parent6388033e107a74a6e962eabf4ec06065d12d28db (diff)
Drop unused Platform variables
Diffstat (limited to 'pcp/Platform.c')
-rw-r--r--pcp/Platform.c4
1 files changed, 0 insertions, 4 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 },
};

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