diff options
author | Doug Evans <xdje42@gmail.com> | 2014-05-17 12:18:26 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-05-17 12:18:26 -0700 |
commit | 08f4850b5d3069455736c80e01cde9ae3d683659 (patch) | |
tree | 4be514b3ff7ba133af7313ac3241934538529e46 /gdb/progspace.h | |
parent | bed8455c71aa68852723b031f8f6c4adbd683c9c (diff) | |
download | gdb-08f4850b5d3069455736c80e01cde9ae3d683659.zip gdb-08f4850b5d3069455736c80e01cde9ae3d683659.tar.gz gdb-08f4850b5d3069455736c80e01cde9ae3d683659.tar.bz2 |
* progspace.c (remove_program_space): Delete, unused.
* progspace.h (remove_program_space): Ditto.
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); |