summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.c')
-rw-r--r--openbsd/Platform.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index 7723ebc5..5b249268 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -241,10 +241,6 @@ void Platform_setSwapValues(Meter* this) {
free(swdev);
}
-void Platform_setTasksValues(Meter* this) {
- // TODO
-}
-
char* Platform_getProcessEnv(pid_t pid) {
char errbuf[_POSIX2_LINE_MAX];
char *env;