summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-24 20:23:03 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-08-24 20:23:03 +0200
commit0679e9f45e8e5524702b0cb0a2a8cfdcdb31b372 (patch)
tree0902be228eab568ea4fb4dbef584b2d66e6348bb /unsupported/Platform.c
parentec2307688e14ccd7d63257db94de8b78e998f6ab (diff)
Unsupported: update platform
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index 0f897406..6fbe518d 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -115,11 +115,6 @@ void Platform_setSwapValues(Meter* this) {
(void) this;
}
-bool Process_isThread(const Process* this) {
- (void) this;
- return false;
-}
-
char* Platform_getProcessEnv(pid_t pid) {
(void) pid;
return NULL;

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