mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
2007-08-17 Michael Snyder <msnyder@access-company.com>
* gdbtypes.h (virtual_base_list): Remove export decl. * gdbtypes.c (virtual_base_list): Make static. Not called outside. (virtual_base_index): Memory leak. (virtual_base_index_skip_primaries): Ditto.
This commit is contained in:
@ -1346,8 +1346,6 @@ extern int has_vtable (struct type *);
|
||||
|
||||
extern struct type *primary_base_class (struct type *);
|
||||
|
||||
extern struct type **virtual_base_list (struct type *);
|
||||
|
||||
extern int virtual_base_list_length (struct type *);
|
||||
extern int virtual_base_list_length_skip_primaries (struct type *);
|
||||
|
||||
|
Reference in New Issue
Block a user