Drop unused Platform functions Platform_setTasksValues

This commit is contained in:
Christian Göttsche
2020-10-21 21:25:56 +02:00
committed by cgzones
parent f8bd5acdc1
commit b08b255b41
6 changed files with 0 additions and 20 deletions

View File

@ -219,11 +219,6 @@ void Platform_setZfsCompressedArcValues(Meter* this) {
ZfsCompressedArcMeter_readStats(this, &(fpl->zfs));
}
void Platform_setTasksValues(Meter* this) {
(void) this;
// TODO
}
char* Platform_getProcessEnv(pid_t pid) {
(void) pid;
// TODO