mirror of https://github.com/xzeldon/htop.git
Remove unused define on Solaris
This commit is contained in:
parent
874fb773a7
commit
32414dace7
|
@ -26,8 +26,6 @@ in the source distribution for its full text.
|
||||||
#include "solaris/SolarisProcess.h"
|
#include "solaris/SolarisProcess.h"
|
||||||
|
|
||||||
|
|
||||||
#define MAXCMDLINE 255
|
|
||||||
|
|
||||||
static int pageSize;
|
static int pageSize;
|
||||||
static int pageSizeKB;
|
static int pageSizeKB;
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ Released under the GNU GPLv2, see the COPYING file
|
||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MAXCMDLINE 255
|
|
||||||
|
|
||||||
#define GZONE "global "
|
#define GZONE "global "
|
||||||
#define UZONE "unknown "
|
#define UZONE "unknown "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue