diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c index b63f2670acf157ce5f10128d54685e6414c283bd..9be4eee48a28858d9d874a46cbbda9e20710db02 100644 --- a/unsupported/UnsupportedProcessList.c +++ b/unsupported/UnsupportedProcessList.c @@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) { proc->minflt = 20; proc->majflt = 20; } - -void UnsupportedProcessList_scan(ProcessList* this) { - (void) this; - // stub! -} diff --git a/unsupported/UnsupportedProcessList.h b/unsupported/UnsupportedProcessList.h index 58ba3d4bfafa097bb911a8949aed565d93351ad0..6eb13086cb4cdbc9c97d6486c6f01f40c5d8896f 100644 --- a/unsupported/UnsupportedProcessList.h +++ b/unsupported/UnsupportedProcessList.h @@ -17,6 +17,4 @@ void ProcessList_delete(ProcessList* this); void ProcessList_goThroughEntries(ProcessList* super); -void UnsupportedProcessList_scan(ProcessList* this); - #endif