* top.c (xgdb_verbose): Remove.
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index 26e4e50d6372866b231799a34328f237d6719bf9..97bd5f65540b894086ff8a4038ded200381810c2 100644 (file)
@@ -237,9 +237,7 @@ i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
   ULONGEST fop;
   int fop_p;
   int fpreg;
-  int fpreg_p;
   int top;
-  int top_p;
 
   gdb_assert (gdbarch == get_frame_arch (frame));
 
@@ -780,7 +778,6 @@ i387_supply_xsave (struct regcache *regcache, int regnum,
   int i;
   unsigned int clear_bv;
   static const gdb_byte zero[MAX_REGISTER_SIZE] = { 0 };
-  const gdb_byte *p;
   enum
     {
       none = 0x0,
This page took 0.024589 seconds and 4 git commands to generate.