mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
* progspace.c (remove_program_space): Delete, unused.
* progspace.h (remove_program_space): Ditto.
This commit is contained in:
@ -236,9 +236,6 @@ extern struct program_space *current_program_space;
|
||||
pointer to the new object. */
|
||||
extern struct program_space *add_program_space (struct address_space *aspace);
|
||||
|
||||
/* Release PSPACE and removes it from the pspace list. */
|
||||
extern void remove_program_space (struct program_space *pspace);
|
||||
|
||||
/* Returns the number of program spaces listed. */
|
||||
extern int number_of_program_spaces (void);
|
||||
|
||||
|
Reference in New Issue
Block a user