diff --git a/src/p2p/p2p_protocol_defs.h b/src/p2p/p2p_protocol_defs.h index 5f0fb1bde..43cc6b03e 100644 --- a/src/p2p/p2p_protocol_defs.h +++ b/src/p2p/p2p_protocol_defs.h @@ -54,8 +54,6 @@ namespace nodetool s << std::hex << peer_id; return epee::string_tools::pad_string(s.str(), 16, '0', true); } - -#pragma pack (push, 1) template struct peerlist_entry_base @@ -108,8 +106,6 @@ namespace nodetool }; typedef anchor_peerlist_entry_base anchor_peerlist_entry; -#pragma pack(pop) - inline std::string print_peerlist_to_string(const std::vector& pl) {