Fix problems with -r.
[deliverable/binutils-gdb.git] / gdb / progspace.c
index 41e8cd0e714eb54186d94ba5d4ff65d179f4fe52..ea328c8207644805e6f8c13422975f01c87b1950 100644 (file)
@@ -44,18 +44,6 @@ static int highest_address_space_num;
 
 DEFINE_REGISTRY (program_space, REGISTRY_ACCESS_FIELD)
 
-/* An address space.  It is used for comparing if pspaces/inferior/threads
-   see the same address space and for associating caches to each address
-   space.  */
-
-struct address_space
-{
-  int num;
-
-  /* Per aspace data-pointers required by other GDB modules.  */
-  REGISTRY_FIELDS;
-};
-
 /* Keep a registry of per-address_space data-pointers required by other GDB
    modules.  */
 
This page took 0.024034 seconds and 4 git commands to generate.