Remove non-existing function from header
This commit is contained in:
1
decode.h
1
decode.h
@@ -145,6 +145,5 @@ typedef struct Instr Instr;
|
|||||||
|
|
||||||
int decode(const uint8_t* buffer, int len, DecodeMode mode, Instr* out_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_format(const Instr* instr, char buffer[128]);
|
||||||
void instr_print(const Instr* instr) __attribute__((deprecated));
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user