Remove non-existing function from header

This commit is contained in:
Alexis Engelke
2019-01-13 13:18:24 +01:00
parent fbc37b9514
commit c05b555bb0

View File

@@ -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