From c05b555bb07318d35cd38d4071c1126c661896f9 Mon Sep 17 00:00:00 2001 From: Alexis Engelke Date: Sun, 13 Jan 2019 13:18:24 +0100 Subject: [PATCH] Remove non-existing function from header --- decode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/decode.h b/decode.h index 94f3318..d800904 100644 --- a/decode.h +++ b/decode.h @@ -145,6 +145,5 @@ typedef struct Instr Instr; int decode(const uint8_t* buffer, int len, DecodeMode mode, Instr* out_instr); void instr_format(const Instr* instr, char buffer[128]); -void instr_print(const Instr* instr) __attribute__((deprecated)); #endif