From e1f4645bd11ab0bb9b6cfe8a774beece5875874d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 28 Aug 2021 17:57:45 +0200 Subject: Process: drop unused merged-command bit fields --- Process.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- cgit v1.2.3