diff --git a/Process.h b/Process.h index c3166927..c652fae9 100644 --- a/Process.h +++ b/Process.h @@ -79,8 +79,6 @@ typedef struct ProcessMergedCommand_ { char* str; /* merged 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 */ - bool unmatchedExe : 1; /* whether exe matched with cmdline */ bool cmdlineChanged : 1; /* whether cmdline changed */ bool exeChanged : 1; /* whether exe changed */ bool commChanged : 1; /* whether comm changed */