From 8f2d129dcebe1e6aad1eb2d7147204d056e41619 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 16 Nov 2020 12:17:28 +0100 Subject: Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issuecomment-720081138 --- ProcessList.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index db288104..a4b0cd6f 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -71,7 +71,6 @@ typedef struct ProcessList_ { int cpuCount; time_t scanTs; - time_t firstScanTs; } ProcessList; ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId); -- cgit v1.2.3