From 0178b269ab3e906ffc6f629b4ef62303ff85808b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sun, 8 Dec 2013 12:40:19 +0100 Subject: ddb/db_command.c (db_command): remove forward declaration * ddb/db_command.c (db_fncall): Remove forward declaration. --- ddb/db_command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ddb') 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; } -- cgit v1.2.3