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