diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-12-28 01:23:07 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-12-28 01:23:07 +0000 |
| commit | 93a7aa79d628bf2b11ed75cba6fc1d904e3a4dd4 (patch) | |
| tree | 34088f29c02f6a4d56466e7db0deb792a033cebc /sys/ddb/db_command.c | |
| parent | 84cdcd85a03610d9a3113fbbc3a89da4e4298246 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 62ed3065fa30..f0aa6d2ad01c 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -383,9 +383,7 @@ static struct command db_show_cmds[] = { { "all", 0, 0, db_show_all_cmds }, { "registers", db_show_regs, 0, 0 }, { "breaks", db_listbreak_cmd, 0, 0 }, -#if 0 { "thread", db_show_one_thread, 0, 0 }, -#endif #if 0 { "port", ipc_port_print, 0, 0 }, #endif |
