From 0538c719a05b53554c5a29187147ba386d5d0ffc Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:02:58 +0100 Subject: ddb/db_command.c: remove forward declaration * ddb/db_command.c (db_skip_to_eol): Remove forward declaration. --- ddb/db_command.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ddb/db_command.c') diff --git a/ddb/db_command.c b/ddb/db_command.c index b2b2a468..69fea857 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -298,8 +298,6 @@ db_command_list(last_cmdp, cmd_table) struct db_command **last_cmdp; /* IN_OUT */ struct db_command *cmd_table; { - void db_skip_to_eol(); - do { db_command(last_cmdp, cmd_table); db_skip_to_eol(); -- cgit v1.2.3