From 534dc7f16bbe40781d02fc6c3e420ac06dcfd45d Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 27 Dec 2018 17:26:56 -0800 Subject: [PATCH] qcacld-3.0: Remove typedef tSapChSelParams Typedef tSapChSelParams is unused, so remove it. Change-Id: I13f55881c75454125b1fbc6be741e4f164c51782 CRs-Fixed: 2374832 --- core/sap/src/sap_ch_select.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/core/sap/src/sap_ch_select.h b/core/sap/src/sap_ch_select.h index 35d2a6c2ef..330dbe4a1d 100644 --- a/core/sap/src/sap_ch_select.h +++ b/core/sap/src/sap_ch_select.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015, 2017-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2015, 2017-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -156,12 +156,4 @@ typedef struct { uint8_t numSpectChans; /* Total num of channels in the spectrum */ } tSapChSelSpectInfo; /* tDfsChSelParams; */ -/** - * Structure for channel weight calculation parameters - */ -typedef struct sSapChSelParams { - void *pSpectInfoParams; /**pDfsParams; // Filled with tSapChSelSpectInfo */ - uint16_t numChannels; -} tSapChSelParams; - #endif /* if !defined __SAP_CH_SELECT_H */