summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_command.c2
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();