Remove duplicate field LinuxProcess->procCmdlineBasenameEnd

This field held practically the same value as cmdlineBasenameEnd
This commit is contained in:
Benny Baumann
2021-02-02 00:13:19 +01:00
committed by BenBE
parent a685661866
commit 6dc485dd20
3 changed files with 2 additions and 6 deletions

View File

@ -64,7 +64,6 @@ typedef struct LinuxProcessMergedCommand_ {
typedef struct LinuxProcess_ {
Process super;
int procCmdlineBasenameOffset;
int procCmdlineBasenameEnd;
LinuxProcessMergedCommand mergedCommand;
bool isKernelThread;
IOPriority ioPriority;