From a160247f4b19096115532301b61a81f133ab9b67 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 12 Oct 2023 21:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=BB=E9=94=81=E7=9A=84BU?= =?UTF-8?q?G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zcancmder_protocol_basic.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zcancmder_protocol_basic.hpp b/zcancmder_protocol_basic.hpp index 591d86d..798f165 100644 --- a/zcancmder_protocol_basic.hpp +++ b/zcancmder_protocol_basic.hpp @@ -34,7 +34,6 @@ uint32_t errorcode = 0; \ if (cmd->id == varid) { #define PROCESS_REPORT(type) \ - zlock_guard l(m_lock); \ auto* report = (type##_report_t*)m_txbuf; \ static_assert(sizeof(*report) < sizeof(m_txbuf), "report size too large"); \ ZLOGI(TAG, #type " exec_status:%d", status); \