summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-28 17:57:45 +0200
committerBenBE <BenBE@geshi.org>2021-09-02 08:03:21 +0200
commite1f4645bd11ab0bb9b6cfe8a774beece5875874d (patch)
tree56eee898b845640be5ca6ad57f6fe32a99d66895 /Process.h
parent0afd0fe572567266a87f6fd315184c105efad5e2 (diff)
Process: drop unused merged-command bit fields
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 0 insertions, 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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy