mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
aarch64: Remove unused function
set_expected_error is no longer used. It has been replaced by more specific error messages.
This commit is contained in:
parent
9c5bc1bd13
commit
bbee713c14
@ -241,13 +241,6 @@ set_default_error (void)
|
||||
inst.parsing_error.data[0].i = SEF_DEFAULT_ERROR;
|
||||
}
|
||||
|
||||
static inline void
|
||||
set_expected_error (unsigned int flags)
|
||||
{
|
||||
set_error (AARCH64_OPDE_SYNTAX_ERROR, NULL);
|
||||
inst.parsing_error.data[0].i = flags;
|
||||
}
|
||||
|
||||
static inline void
|
||||
set_syntax_error (const char *error)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user