early out have when we have all

This commit is contained in:
Green Sky
2024-12-06 16:36:02 +01:00
parent ba809eda43
commit adeaca4efe
2 changed files with 6 additions and 3 deletions

View File

@ -251,7 +251,6 @@ std::vector<uint8_t> NGCHS2Send::buildHSFileRange(Contact3Handle c, uint64_t ts_
continue; // skip
}
const auto& [c_from_c, c_to_c] = msg_reg.get<Message::Components::ContactFrom, Message::Components::ContactTo>(e);
if (c_to_c.c != c) {