!448 Delete redundant assign

Merge pull request !448 from steve/master
This commit is contained in:
openharmony_ci
2022-03-09 07:57:07 +00:00
committed by Gitee
@@ -56,7 +56,7 @@ typedef struct {
static void ReportEvent(const LwipMonitorReportInfo *reportInfo)
{
struct HdfSBuf *data = data = HdfSbufObtainDefaultSize();
struct HdfSBuf *data = HdfSbufObtainDefaultSize();
if (data == NULL) {
dprintf("get sbuf fail\n");