bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 18/28] ddb/db_command.c (db_command_list): remove forward declara


From: Marin Ramesa
Subject: [PATCH 18/28] ddb/db_command.c (db_command_list): remove forward declaration
Date: Sun, 8 Dec 2013 12:40:20 +0100

* ddb/db_command.c (db_skip_to_eol): Remove forward declaration.

---
 ddb/db_command.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ddb/db_command.c b/ddb/db_command.c
index 0949f8b..eaad192 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();
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]