summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-04 19:32:47 +0200
committerBenny Baumann <BenBE@geshi.org>2021-07-04 19:32:47 +0200
commit32414dace7e6b81fed93de802c8c3d68ef846c9a (patch)
treea5a983ff79242b2410e54e2130cc37b53b877fd5 /solaris
parent874fb773a71328b65f203fcf4ea5a67202ef5654 (diff)
Remove unused define on Solaris
Diffstat (limited to 'solaris')
-rw-r--r--solaris/SolarisProcessList.c2
-rw-r--r--solaris/SolarisProcessList.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index edf6a426..1e9c2d88 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -26,8 +26,6 @@ in the source distribution for its full text.
#include "solaris/SolarisProcess.h"
-#define MAXCMDLINE 255
-
static int pageSize;
static int pageSizeKB;
diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h
index bad2c73e..684e782f 100644
--- a/solaris/SolarisProcessList.h
+++ b/solaris/SolarisProcessList.h
@@ -8,8 +8,6 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#define MAXCMDLINE 255
-
#define GZONE "global "
#define UZONE "unknown "

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