diff options
Diffstat (limited to 'libtransport/src/implementation/socket.h')
-rw-r--r-- | libtransport/src/implementation/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtransport/src/implementation/socket.h b/libtransport/src/implementation/socket.h index 55132eb75..d0d2ba2ac 100644 --- a/libtransport/src/implementation/socket.h +++ b/libtransport/src/implementation/socket.h @@ -71,7 +71,6 @@ class Socket { protected: std::shared_ptr<core::Portal> portal_; bool is_async_; - hicn_packet_format_t packet_format_; std::shared_ptr<auth::Signer> signer_; std::shared_ptr<auth::Verifier> verifier_; }; |