From 6ad5b9538dd9f544bdbe9d06f69113cffa3bb0ed Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 25 Feb 2021 10:22:21 +0100 Subject: [PATCH] Remove unused OP code --- jf-live-writer/include/broker_format.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/jf-live-writer/include/broker_format.hpp b/jf-live-writer/include/broker_format.hpp index 9943d9c..3e8d3cd 100644 --- a/jf-live-writer/include/broker_format.hpp +++ b/jf-live-writer/include/broker_format.hpp @@ -3,7 +3,6 @@ #include "formats.hpp" -const static uint8_t OP_CONTINUE = 0; const static uint8_t OP_START = 1; const static uint8_t OP_END = 2;