mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
gdbserver: remove declaration of init_registers_arm_with_neon
The last use of init_registers_arm_with_neon was removed in this
commit:
commit 7cc1743302
Date: Fri Jul 19 15:04:48 2019 +0100
Arm: Use read_description funcs in gdbserver
But the declaration was left around. Remove the declaration now.
This commit is contained in:
parent
a9ed7a0814
commit
5bc1b13676
@ -33,7 +33,6 @@ int arm_breakpoint_at (CORE_ADDR where);
|
||||
|
||||
void initialize_low_arch_aarch32 (void);
|
||||
|
||||
void init_registers_arm_with_neon (void);
|
||||
int arm_is_thumb_mode (void);
|
||||
|
||||
#endif /* GDBSERVER_LINUX_AARCH32_LOW_H */
|
||||
|
Loading…
Reference in New Issue
Block a user