*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index 7ec50b3513eaf60e4188a3d506d14c02b7161081..237f4a3be8a9276d17ad81a1b8c04fe945b7b557 100644 (file)
@@ -430,7 +430,6 @@ h8300_frame_cache (struct frame_info *this_frame, void **this_cache)
 {
   struct gdbarch *gdbarch = get_frame_arch (this_frame);
   struct h8300_frame_cache *cache;
-  char buf[4];
   int i;
   CORE_ADDR current_pc;
 
@@ -783,7 +782,7 @@ h8300h_extract_return_value (struct type *type, struct regcache *regcache,
   struct gdbarch *gdbarch = get_regcache_arch (regcache);
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
   int len = TYPE_LENGTH (type);
-  ULONGEST c, addr;
+  ULONGEST c;
 
   switch (len)
     {
This page took 0.024639 seconds and 4 git commands to generate.