diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:02:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:46:21 +0900 |
commit | 0538c719a05b53554c5a29187147ba386d5d0ffc (patch) | |
tree | 85bbb0d569732a10bdbf1326c301d6f8129d38de /ddb | |
parent | 8381f5f290482bce338188ede71499e616f1b6f2 (diff) |
ddb/db_command.c: remove forward declaration
* ddb/db_command.c (db_skip_to_eol): Remove forward declaration.
Diffstat (limited to 'ddb')
-rw-r--r-- | ddb/db_command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c index b2b2a46..69fea85 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(); |