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:
Michael Snyder
2007-08-17 23:12:47 +00:00
parent 7e976ae46d
commit 0bd9908d01
3 changed files with 22 additions and 22 deletions

View File

@ -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 *);