From 03cdf6804af11d57e8c331d51fcf72ccf25819ed Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Tue, 8 Jan 2013 02:00:34 +0000 Subject: 2013-01-08 Hui Zhu * printcmd.c: Remove define of function output_command. * tracepoint.c: Remove extern of function output_command. * valprint.h: (output_command): New extern. --- gdb/printcmd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/printcmd.c') 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. */ -- cgit v1.1