remove duplicate assign code

This commit is contained in:
obdev
2023-07-31 12:12:18 +00:00
committed by ob-robot
parent 7768dc1f68
commit 55df7557de

View File

@ -410,10 +410,6 @@ int ObRFBloomFilterMsg::assign(const ObP2PDatahubMsgBase &msg)
} }
} }
} }
if (OB_FAIL(filter_indexes_.assign(other_msg.filter_indexes_))) {
LOG_WARN("failed to assign filter indexes", K(ret));
}
return ret; return ret;
} }