[PUSHED] gdbserver: remove declaration of init_registers_arm_with_neon
Checks
Commit Message
The last use of init_registers_arm_with_neon was removed in this
commit:
commit 7cc17433020a62935e4d91053251fe900d83c7f0
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.
---
gdbserver/linux-aarch32-low.h | 1 -
1 file changed, 1 deletion(-)
base-commit: a9ed7a0814fc70feaad485576d043a983b6f8695
@@ -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 */