From 3718e549ee31ac764b327bbf3d6e51dd7e224b46 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Thu, 26 Mar 2020 12:02:23 +0100 Subject: [HICN-581] update hicn stack to support windows, again Signed-off-by: Angelo Mantellini Change-Id: Ic5cfeae600fde8140a076807fa1e411da1933a02 --- libtransport/includes/hicn/transport/core/packet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libtransport/includes/hicn/transport/core') diff --git a/libtransport/includes/hicn/transport/core/packet.h b/libtransport/includes/hicn/transport/core/packet.h index 3ddc4a595..e58e7962d 100644 --- a/libtransport/includes/hicn/transport/core/packet.h +++ b/libtransport/includes/hicn/transport/core/packet.h @@ -257,7 +257,6 @@ class Packet : public std::enable_shared_from_this { utils::MemBuf *header_head_; utils::MemBuf *payload_head_; mutable Format format_; - static const core::Name base_name; }; -- cgit 1.2.3-korg