From 79383c9c082e5d56618968237dad806d0eb615f3 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 30 Aug 2008 09:51:20 +0000 Subject: Fix some warnings that would be generated by gcc -Wredundant-decls git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index e71f49e85f..43b188a7f6 100644 --- a/monitor.c +++ b/monitor.c @@ -2687,8 +2687,6 @@ static void term_read(void *opaque, const uint8_t *buf, int size) readline_handle_byte(buf[i]); } -static void monitor_start_input(void); - static void monitor_handle_command1(void *opaque, const char *cmdline) { monitor_handle_command(cmdline); -- cgit v1.2.3