summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-02-18 21:18:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-02-18 21:18:53 -0300
commiteed18dd1079a6a5212df4cd56340da62971bb450 (patch)
tree65b7a78abe1be6fc55bebb9c0a8918d721a8493c /unsupported
parentf914617508b9e1a5978c258872763bbbc94cf033 (diff)
Remove unused function from unsupported/
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedProcessList.c5
-rw-r--r--unsupported/UnsupportedProcessList.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c
index b63f2670..9be4eee4 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 58ba3d4b..6eb13086 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy