mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Remove duplicate field LinuxProcess->procCmdlineBasenameEnd
This field held practically the same value as cmdlineBasenameEnd
This commit is contained in:
@ -64,7 +64,6 @@ typedef struct LinuxProcessMergedCommand_ {
|
||||
typedef struct LinuxProcess_ {
|
||||
Process super;
|
||||
int procCmdlineBasenameOffset;
|
||||
int procCmdlineBasenameEnd;
|
||||
LinuxProcessMergedCommand mergedCommand;
|
||||
bool isKernelThread;
|
||||
IOPriority ioPriority;
|
||||
|
Reference in New Issue
Block a user