From 355cd5b4cdbba1b506c4675ddc7c9b0e033c800d Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 7 Feb 2022 17:03:58 +0100 Subject: [PATCH] pstats: Remove unused field from PStatClient::InternalThread --- panda/src/pstatclient/pStatClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/pstatclient/pStatClient.h b/panda/src/pstatclient/pStatClient.h index aabc0fb8f6..56bd0d2a1b 100644 --- a/panda/src/pstatclient/pStatClient.h +++ b/panda/src/pstatclient/pStatClient.h @@ -216,7 +216,6 @@ private: double _next_packet; bool _thread_active; - BitArray _active_collectors; // no longer used. // This mutex is used to protect writes to _frame_data for this particular // thread, as well as writes to the _per_thread data for this particular