* progspace.c (remove_program_space): Delete, unused.

* progspace.h (remove_program_space): Ditto.
This commit is contained in:
Doug Evans
2014-05-17 12:18:26 -07:00
parent bed8455c71
commit 08f4850b5d
3 changed files with 5 additions and 27 deletions

View File

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