mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Remove unused function from unsupported/
This commit is contained in:
@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) {
|
||||
proc->minflt = 20;
|
||||
proc->majflt = 20;
|
||||
}
|
||||
|
||||
void UnsupportedProcessList_scan(ProcessList* this) {
|
||||
(void) this;
|
||||
// stub!
|
||||
}
|
||||
|
Reference in New Issue
Block a user