Process: drop unused merged-command bit fields

This commit is contained in:
Christian Göttsche 2021-08-28 17:57:45 +02:00 committed by BenBE
parent 0afd0fe572
commit e1f4645bd1
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ typedef struct ProcessMergedCommand_ {
char* str; /* merged Command string */ char* str; /* merged Command string */
size_t highlightCount; /* how many portions of cmdline to highlight */ size_t highlightCount; /* how many portions of cmdline to highlight */
ProcessCmdlineHighlight highlights[8]; /* which portions of cmdline to highlight */ ProcessCmdlineHighlight highlights[8]; /* which portions of cmdline to highlight */
bool separateComm : 1; /* whether comm is a separate field */
bool unmatchedExe : 1; /* whether exe matched with cmdline */
bool cmdlineChanged : 1; /* whether cmdline changed */ bool cmdlineChanged : 1; /* whether cmdline changed */
bool exeChanged : 1; /* whether exe changed */ bool exeChanged : 1; /* whether exe changed */
bool commChanged : 1; /* whether comm changed */ bool commChanged : 1; /* whether comm changed */