From e0cf82871fe24348101a0b565ea309e074e3663b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 1 Oct 2019 15:16:59 +0200 Subject: Pull code from common f2a36aa --- lib/edi/common.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/edi/common.hpp') diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp index 5d15f8d..8252a7a 100644 --- a/lib/edi/common.hpp +++ b/lib/edi/common.hpp @@ -46,7 +46,6 @@ struct frame_timestamp_t { static frame_timestamp_t from_unix_epoch(std::time_t time, uint32_t tai_utc_offset, uint32_t tsta); }; - struct decode_state_t { decode_state_t(bool _complete, size_t _num_bytes_consumed) : complete(_complete), num_bytes_consumed(_num_bytes_consumed) {} -- cgit v1.2.3