summaryrefslogtreecommitdiffstats
path: root/dragonflybsd
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-21 21:25:56 +0200
committercgzones <cgzones@googlemail.com>2020-10-22 22:26:12 +0200
commitb08b255b4114356a880ab60bed82450f2f6ec8c6 (patch)
tree3f3041ccd52ff6f02d58f9965f3d0638f0208018 /dragonflybsd
parentf8bd5acdc11bde93f4304dfff175dd687eb35ee3 (diff)
Drop unused Platform functions Platform_setTasksValues
Diffstat (limited to 'dragonflybsd')
-rw-r--r--dragonflybsd/Platform.c5
-rw-r--r--dragonflybsd/Platform.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c
index ce558899..b67ff8a1 100644
--- a/dragonflybsd/Platform.c
+++ b/dragonflybsd/Platform.c
@@ -200,11 +200,6 @@ void Platform_setSwapValues(Meter* this) {
this->values[0] = pl->usedSwap;
}
-void Platform_setTasksValues(Meter* this) {
- // TODO
- (void)this; // prevent unused warning
-}
-
char* Platform_getProcessEnv(pid_t pid) {
// TODO
(void)pid; // prevent unused warning
diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h
index 50187aa4..7f31f0a5 100644
--- a/dragonflybsd/Platform.h
+++ b/dragonflybsd/Platform.h
@@ -38,8 +38,6 @@ void Platform_setMemoryValues(Meter* this);
void Platform_setSwapValues(Meter* this);
-void Platform_setTasksValues(Meter* this);
-
char* Platform_getProcessEnv(pid_t pid);
void Platform_getDiskIO(unsigned long int *bytesRead, unsigned long int *bytesWrite, unsigned long int *msTimeSpend);

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