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
@ -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;
|
||||
|
Reference in New Issue
Block a user