diff options
| author | Yingying Tang <yintang@qti.qualcomm.com> | 2016-03-04 16:40:01 +0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-03-29 12:01:47 +0530 |
| commit | 644eec4e7fdbb4b24a5787ba0671823fa1ebbf81 (patch) | |
| tree | 812d38f3d64eb6ed8feab29c83f197f0e7353d61 | |
| parent | 2e74ed645810d28add9379ac4227e4c27f13103a (diff) | |
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
| -rw-r--r-- | CORE/SAP/src/sapApiLinkCntl.c | 2 |
1 files changed, 0 insertions, 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) { |
