From 6fcb37ce15ab5c2d24f79c2430865db11082302b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:36 +0100 Subject: ddb/db_command.c: remove useless forward declaration without definition * ddb/db_command.c (ddb_display): Remove forward declaration. Remove ddb_display call. --- ddb/db_command.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ddb') diff --git a/ddb/db_command.c b/ddb/db_command.c index 833b720..b2b2a46 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -397,8 +397,6 @@ db_help_cmd() } } -int (*ddb_display)(); - void db_command_loop(void) { @@ -413,9 +411,6 @@ db_command_loop(void) db_prev = db_dot; db_next = db_dot; - if (ddb_display) - (*ddb_display)(); - db_cmd_loop_done = 0; while (!db_cmd_loop_done) { (void) _setjmp(db_recover = &db_jmpbuf); -- cgit v1.2.3