From 7ef58f2dcf03edb2822c3d95991590bb429f36ab Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 17 May 2021 23:15:24 +0200 Subject: Drop mc->maxLen field --- Process.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index 9aa04b3e..0b2f198d 100644 --- a/Process.h +++ b/Process.h @@ -72,7 +72,6 @@ typedef struct ProcessCmdlineHighlight_ { * threads and zombies */ typedef struct ProcessMergedCommand_ { char *str; /* merged Command string */ - size_t maxLen; /* maximum expected length of Command string */ size_t highlightCount; /* how many portions of cmdline to highlight */ ProcessCmdlineHighlight highlights[8]; /* which portions of cmdline to highlight */ bool separateComm : 1; /* whether comm is a separate field */ -- cgit v1.2.3