diff options
Diffstat (limited to 'gdb/progspace.c')
-rw-r--r-- | gdb/progspace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/progspace.c b/gdb/progspace.c index a74b6ab..b111a50 100644 --- a/gdb/progspace.c +++ b/gdb/progspace.c @@ -281,10 +281,6 @@ print_program_space (struct ui_out *uiout, int requested) int count = 0; struct cleanup *old_chain; - /* Might as well prune away unneeded ones, so the user doesn't even - seem them. */ - prune_program_spaces (); - /* Compute number of pspaces we will print. */ ALL_PSPACES (pspace) { |