diff --git a/wifi/frameworks/native/src/wifi_device_proxy.cpp b/wifi/frameworks/native/src/wifi_device_proxy.cpp index f20d453d4..ba69f0fa6 100644 --- a/wifi/frameworks/native/src/wifi_device_proxy.cpp +++ b/wifi/frameworks/native/src/wifi_device_proxy.cpp @@ -1808,7 +1808,6 @@ ErrCode WifiDeviceProxy::ResetAllFrozenApp() return WIFI_OPT_FAILED; } MessageOption option; - MessageParcel data; MessageParcel data, reply; if (!data.WriteInterfaceToken(GetDescriptor())) { WIFI_LOGE("Write interface token error: %{public}s", __func__);