mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Drop unused Platform functions Platform_setTasksValues
This commit is contained in:

committed by
cgzones

parent
f8bd5acdc1
commit
b08b255b41
@ -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
|
||||
|
Reference in New Issue
Block a user