Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / nios2-tdep.c
index 0a9f13801c0ac2e876a8814e537b6102c26a2b6e..51300d09db65a5a661d24314cb75d21bd9597dc9 100644 (file)
@@ -1817,7 +1817,6 @@ nios2_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
                        int struct_return, CORE_ADDR struct_addr)
 {
   int argreg;
-  int float_argreg;
   int argnum;
   int len = 0;
   int stack_offset = 0;
@@ -2209,7 +2208,6 @@ nios2_get_next_pc (struct regcache *regcache, CORE_ADDR pc)
 static std::vector<CORE_ADDR>
 nios2_software_single_step (struct regcache *regcache)
 {
-  struct gdbarch *gdbarch = regcache->arch ();
   CORE_ADDR next_pc = nios2_get_next_pc (regcache, regcache_read_pc (regcache));
 
   return {next_pc};
This page took 0.024062 seconds and 4 git commands to generate.