summaryrefslogtreecommitdiff
path: root/gdb/progspace.h
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-05-17 12:18:26 -0700
committerDoug Evans <xdje42@gmail.com>2014-05-17 12:18:26 -0700
commit08f4850b5d3069455736c80e01cde9ae3d683659 (patch)
tree4be514b3ff7ba133af7313ac3241934538529e46 /gdb/progspace.h
parentbed8455c71aa68852723b031f8f6c4adbd683c9c (diff)
downloadbinutils-gdb-08f4850b5d3069455736c80e01cde9ae3d683659.tar.gz
* progspace.c (remove_program_space): Delete, unused.
* progspace.h (remove_program_space): Ditto.
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r--gdb/progspace.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h
index 4cd593a983e..08e04eb024e 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);