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"
|
||||
|
||||
|
||||
#define MAXCMDLINE 255
|
||||
|
||||
static int pageSize;
|
||||
static int pageSizeKB;
|
||||
|
||||
|
|
|
@ -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 "
|
||||
|
||||
|
|
Loading…
Reference in New Issue