超大函数修改

Signed-off-by: zhaowenli <zhaowenli3@huawei.com>
Change-Id: Ic506c0c83e05e62cbca67898d3d6ed4b9de557be
This commit is contained in:
zhaowenli
2024-01-03 02:42:41 +00:00
parent 3a0b7ccb5b
commit e982b0af17
@@ -119,7 +119,6 @@ SecCompClickEventParcel* SecCompClickEventParcel::Unmarshalling(Parcel& in)
{
SecCompClickEventParcel* clickInfoParcel = new (std::nothrow) SecCompClickEventParcel();
if (clickInfoParcel == nullptr) {
SC_LOG_ERROR(LABEL, "Alloc policy parcel fail");
return nullptr;
}