diff options
author | Hui Zhu <teawater@gmail.com> | 2013-01-08 02:00:34 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2013-01-08 02:00:34 +0000 |
commit | 03cdf6804af11d57e8c331d51fcf72ccf25819ed (patch) | |
tree | a750bb86422c2171136d30cb1fde540faa3a589c /gdb/printcmd.c | |
parent | b85fba34f7ad48985bc62df740f124437a5ef70b (diff) | |
download | gdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.zip gdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.tar.gz gdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.tar.bz2 |
2013-01-08 Hui Zhu <hui_zhu@mentor.com>
* printcmd.c: Remove define of function output_command.
* tracepoint.c: Remove extern of function output_command.
* valprint.h: (output_command): New extern.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 3d891cd..0c7eb1e 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -172,8 +172,6 @@ static int display_number; /* Prototypes for exported functions. */ -void output_command (char *, int); - void _initialize_printcmd (void); /* Prototypes for local functions. */ |