mirror of https://github.com/xzeldon/htop.git
Remove unused function from unsupported/
This commit is contained in:
parent
f914617508
commit
eed18dd107
|
@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) {
|
||||||
proc->minflt = 20;
|
proc->minflt = 20;
|
||||||
proc->majflt = 20;
|
proc->majflt = 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
void UnsupportedProcessList_scan(ProcessList* this) {
|
|
||||||
(void) this;
|
|
||||||
// stub!
|
|
||||||
}
|
|
||||||
|
|
|
@ -17,6 +17,4 @@ void ProcessList_delete(ProcessList* this);
|
||||||
|
|
||||||
void ProcessList_goThroughEntries(ProcessList* super);
|
void ProcessList_goThroughEntries(ProcessList* super);
|
||||||
|
|
||||||
void UnsupportedProcessList_scan(ProcessList* this);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue