[9610][7885][7872][7570] wlbt: [FTM] Remove gdb LOCAL_CFLAGS
[GitHub/MotorolaMobilityLLC/hardware-samsung_slsi-scsc_wifibt-wifi_hal.git] / link_layer_stats.cpp
index cafabb6bc54df13bfa8973c02ca2b882da8ea3d9..bfdeac8c86621610ed05564c8acd2698d94a3f30 100755 (executable)
@@ -199,9 +199,7 @@ protected:
             return NL_SKIP;
         }
         int id = reply.get_vendor_id();
-        int subcmd = reply.get_vendor_subcmd();
         u8 *data = (u8 *)reply.get_vendor_data();
-        int len = reply.get_vendor_data_len();
         int num_radios = 0, i = 0;
         num_radios = data[0];
         data += sizeof(data[0]);