mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
Don't declare unimplemented functions
A couple of functions were declared but never defined. This removes the declarations. gdb/ChangeLog 2019-07-17 Tom Tromey <tom@tromey.com> * tui/tui-windata.h (tui_refresh_data_win): Don't declare. * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
This commit is contained in:
parent
50daf2683b
commit
c223a7299e
@ -1,3 +1,8 @@
|
||||
2019-07-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-windata.h (tui_refresh_data_win): Don't declare.
|
||||
* tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
|
||||
|
||||
2019-07-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-windata.h (tui_display_all_data): Don't declare.
|
||||
|
@ -28,6 +28,5 @@ extern void tui_check_register_values (struct frame_info *);
|
||||
extern void tui_show_registers (struct reggroup *group);
|
||||
extern void tui_display_registers_from (int);
|
||||
extern int tui_display_registers_from_line (int);
|
||||
extern int tui_first_reg_element_inline (int);
|
||||
|
||||
#endif /* TUI_TUI_REGS_H */
|
||||
|
@ -26,6 +26,5 @@
|
||||
|
||||
extern void tui_erase_data_content (const char *);
|
||||
extern void tui_delete_data_content_windows (void);
|
||||
extern void tui_refresh_data_win (void);
|
||||
|
||||
#endif /* TUI_TUI_WINDATA_H */
|
||||
|
Loading…
Reference in New Issue
Block a user