Eliminate some uses of __STDC__.
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 1523f41069f7c0b15e5d91bd6bfddcddce449e06..5db89ee28710a5cbf680d4b980908d7f4b1d06cb 100644 (file)
@@ -51,15 +51,6 @@ extern void write_inferior_status_register (struct inferior_status
                                            *inf_status, int regno,
                                            LONGEST val);
 
-/* This macro gives the number of registers actually in use by the
-   inferior.  This may be less than the total number of registers,
-   perhaps depending on the actual CPU in use or program being run.  
-   FIXME: This could be replaced by the new MULTI_ARCH capability.  */
-
-#ifndef ARCH_NUM_REGS
-#define ARCH_NUM_REGS NUM_REGS
-#endif
-
 extern void set_sigint_trap (void);
 
 extern void clear_sigint_trap (void);
This page took 0.022974 seconds and 4 git commands to generate.