From df568a576f7b44ac5a2b9b7222c7f39d9932f626 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Apr 2018 01:26:28 +0200 Subject: Imported Upstream version 2.2.0 --- unsupported/UnsupportedProcessList.c | 5 ----- unsupported/UnsupportedProcessList.h | 2 -- 2 files changed, 7 deletions(-) (limited to 'unsupported') diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c index b63f267..9be4eee 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 58ba3d4..6eb1308 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 -- cgit v1.2.3