diff options
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r-- | gdb/progspace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h index 4cd593a..08e04eb 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -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); |