From b08b255b4114356a880ab60bed82450f2f6ec8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 21 Oct 2020 21:25:56 +0200 Subject: Drop unused Platform functions Platform_setTasksValues --- dragonflybsd/Platform.c | 5 ----- dragonflybsd/Platform.h | 2 -- 2 files changed, 7 deletions(-) (limited to 'dragonflybsd') 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); -- cgit v1.2.3