summaryrefslogtreecommitdiff
path: root/ddb/db_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_command.c')
-rw-r--r--ddb/db_command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c
index b4180e26..2bff8291 100644
--- a/ddb/db_command.c
+++ b/ddb/db_command.c
@@ -176,7 +176,6 @@ db_command(last_cmdp, cmd_table)
db_unread_token(t);
}
else if (t == tEXCL) {
- void db_fncall();
db_fncall();
return;
}