From 4a9dd4ea4764903852ede93c5451391165de5022 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Fri, 27 Nov 2020 11:15:40 +0800 Subject: [PATCH] remove profiling changes --- ge/common/profiling/profiling_manager.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ge/common/profiling/profiling_manager.h b/ge/common/profiling/profiling_manager.h index 4af99412..66cefc32 100755 --- a/ge/common/profiling/profiling_manager.h +++ b/ge/common/profiling/profiling_manager.h @@ -135,10 +135,6 @@ class FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY ProfilingManager { map subs_dev_module_; // key: device_id, value: profiling on module uint32_t subscribe_count_; std::mutex mutex_; - struct MsprofCallback { - MsprofCtrlCallback msprofCtrlCallback; - MsprofReporterCallback msprofReporterCallback; - }; }; } // namespace ge #endif // GE_COMMON_PROFILING_PROFILING_MANAGER_H_