From 644eec4e7fdbb4b24a5787ba0671823fa1ebbf81 Mon Sep 17 00:00:00 2001 From: Yingying Tang Date: Fri, 4 Mar 2016 16:40:01 +0800 Subject: qcacld-2.0: Remove the unnecessary compiler marco In WLANSAP_ScanCallback(), the local variable event is contained in a unnecessary compiler marco. Remove it to avoid some compilation error risk. Change-Id: Ia3249c464f909896af5f242510742c68ad02cc5a CRs-Fixed: 979671 --- CORE/SAP/src/sapApiLinkCntl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/CORE/SAP/src/sapApiLinkCntl.c b/CORE/SAP/src/sapApiLinkCntl.c index 695614ef581e..c7275547cd46 100644 --- a/CORE/SAP/src/sapApiLinkCntl.c +++ b/CORE/SAP/src/sapApiLinkCntl.c @@ -140,9 +140,7 @@ WLANSAP_ScanCallback v_U8_t operChannel = 0; VOS_STATUS sapstatus; tpAniSirGlobal pMac = NULL; -#ifdef SOFTAP_CHANNEL_RANGE v_U32_t event; -#endif if (NULL == halHandle) { -- cgit v1.2.3