Remove trad_frame_set_reg_unknown declaration

The trad_frame_set_reg_unknown declaration was added in commit
0db9b4b709 (March 2004), but apparently never defined or referenced.

gdb/ChangeLog:

	* trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
This commit is contained in:
James Hogan 2014-09-09 14:59:18 +01:00 committed by Joel Brobecker
parent 09635af7cd
commit 86db008d5a
2 changed files with 4 additions and 2 deletions

View 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.

View 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,