Bläddra i källkod

qcacmn: Remove unused local variable mon_soc to fix compiling issue

Remove unused local variable mon_soc in the dp_pktlogmod_exit to
address the compiling issue when PKT log enabled.

Change-Id: I5de03433603988e6f8125285a58c141551d7a149
CRs-Fixed: 3225370
Tiger Yu 3 år sedan
förälder
incheckning
89e38bb46b
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      dp/wifi3.0/monitor/dp_mon.c

+ 0 - 1
dp/wifi3.0/monitor/dp_mon.c

@@ -1201,7 +1201,6 @@ void dp_pktlogmod_exit(struct dp_pdev *pdev)
 {
 	struct dp_soc *soc = pdev->soc;
 	struct hif_opaque_softc *scn = soc->hif_handle;
-	struct dp_mon_soc *mon_soc = soc->monitor_soc;
 	struct dp_mon_pdev *mon_pdev = pdev->monitor_pdev;
 
 	if (!scn) {