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.c5
1 files changed, 0 insertions, 5 deletions
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);