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:
Andrew Burgess 2024-10-11 13:07:18 +01:00
parent a9ed7a0814
commit 5bc1b13676

View File

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