From 1b4237dffce60e8546e550767b2816c1979bbb9d Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 23 Aug 2020 23:54:07 +0300 Subject: gen_adldata: Remove more old code --- utils/gen_adldata/measurer.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/gen_adldata/measurer.h') diff --git a/utils/gen_adldata/measurer.h b/utils/gen_adldata/measurer.h index 5a6acd1..ca05532 100644 --- a/utils/gen_adldata/measurer.h +++ b/utils/gen_adldata/measurer.h @@ -56,14 +56,12 @@ private: struct MeasureThreaded { typedef std::array OperatorsKey; - typedef std::map DurationInfoCache; typedef std::map DurationInfoCacheX; MeasureThreaded(); Semaphore m_semaphore; std::mutex m_durationInfo_mx; - DurationInfoCache m_durationInfo; DurationInfoCacheX m_durationInfoX; std::atomic_bool m_delete_tail; size_t m_total = 0; @@ -84,7 +82,6 @@ struct MeasureThreaded m_work.join(); } MeasureThreaded *myself; - std::map > >::const_iterator i; BanksDump *bd; BanksDump::InstrumentEntry *bd_ins; std::thread m_work; -- cgit v1.2.3