Remove trad_frame_set_reg_unknown declaration
authorJames Hogan <james.hogan@imgtec.com>
Tue, 9 Sep 2014 13:59:18 +0000 (14:59 +0100)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 9 Sep 2014 15:41:45 +0000 (08:41 -0700)
The trad_frame_set_reg_unknown declaration was added in commit
0db9b4b70969 (March 2004), but apparently never defined or referenced.

gdb/ChangeLog:

* trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.

gdb/ChangeLog
gdb/trad-frame.h

index 393e4a0..7226f46 100644 (file)
@@ -1,3 +1,7 @@
+2014-09-09  James Hogan  <james.hogan@imgtec.com>
+
+       * trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
+
 2014-09-09  Joel Brobecker  <brobecker@adacore.com>
 
        * i386-linux-nat.c, x86-linux-nat.c: Add <sys/uio.h> #include.
index d75b9c9..9ec95a8 100644 (file)
@@ -43,8 +43,6 @@ CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
 
 void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
                                 int regnum, int realreg);
-void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
-                                int regnum, CORE_ADDR addr);
 void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
                              int regnum, CORE_ADDR addr);
 void trad_frame_set_reg_value (struct trad_frame_cache *this_cache,