summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
authorJardel Weyrich <jweyrich@gmail.com>2015-09-10 10:46:44 -0300
committerJardel Weyrich <jweyrich@gmail.com>2015-09-10 10:46:44 -0300
commite52c070ef5d0ce607acb7506e2527c4747c8a439 (patch)
treeb352538b0937a055dd100631cae64ff63a38ab9b /darwin
parentffacac14a91a7fb9ec6409bbc7b1f13b4ccf67fd (diff)
Remove conflicting declarations.
Diffstat (limited to 'darwin')
-rw-r--r--darwin/Platform.c1
-rw-r--r--darwin/Platform.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index 2c8ed2cf..c672df0a 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) {
}
int Platform_numberOfFields = 100;
-char* Process_pidFormat = "%7u ";
int Platform_getUptime() {
struct timeval bootTime, currTime;
diff --git a/darwin/Platform.h b/darwin/Platform.h
index f670c7f6..6b3e3d2d 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[];
void Platform_setBindings(Htop_Action* keys);
extern int Platform_numberOfFields;
-extern char* Process_pidFormat;
int Platform_getUptime();

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