From df0681d393b01b152bda92dcbf06248b848749e0 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 26 Dec 2019 13:33:14 -0800 Subject: [PATCH] Remove process_generation_count_t It was unused. --- src/proc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/proc.cpp b/src/proc.cpp index 4ac9c1ec8..0a418936a 100644 --- a/src/proc.cpp +++ b/src/proc.cpp @@ -281,8 +281,6 @@ void job_t::mark_constructed() { *constructed = true; } -using process_generation_count_t = unsigned int; - /// A list of pids/pgids that have been disowned. They are kept around until either they exit or /// we exit. Poll these from time-to-time to prevent zombie processes from happening (#5342). static owning_lock> s_disowned_pids;