Remove unused OP code

This commit is contained in:
2021-02-25 10:22:21 +01:00
parent a485736af4
commit 6ad5b9538d
-1
View File
@@ -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;