aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mn10300/tm-mn10300.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-05-09 02:16:38 +0000
committerJim Blandy <jimb@codesourcery.com>2001-05-09 02:16:38 +0000
commitaf4e72e9d01ed3d619323f85c0163fc7d6c1ce73 (patch)
tree3a71ca6892dfc9c3a383d4ccd5af6463d88e510e /gdb/config/mn10300/tm-mn10300.h
parent584f96a8e05fd9c21407f21048061e546e8ab3f3 (diff)
downloadgdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.zip
gdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.tar.gz
gdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.tar.bz2
* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
unused declaration.
Diffstat (limited to 'gdb/config/mn10300/tm-mn10300.h')
-rw-r--r--gdb/config/mn10300/tm-mn10300.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h
index 0f8ee71..7bdeb37 100644
--- a/gdb/config/mn10300/tm-mn10300.h
+++ b/gdb/config/mn10300/tm-mn10300.h
@@ -57,8 +57,6 @@
#define INIT_FRAME_PC /* Not necessary */
-extern CORE_ADDR mn10300_find_callers_reg (struct frame_info *, int);
-
extern void mn10300_pop_frame (struct frame_info *);
#define POP_FRAME mn10300_pop_frame (get_current_frame ())