diff options
| author | skrll <skrll@NetBSD.org> | 2020-10-30 16:29:49 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2020-10-30 16:29:49 +0000 |
| commit | edb8280d3ffaa37be2a48c2d17029627cd7c90ec (patch) | |
| tree | f3faf458488c463e515bf7f0be1db33310f52f6c /sys/ddb/db_command.c | |
| parent | c560bf4a27634e9a4c2e1e27dfdf5f3be1c0bfe9 (diff) | |
Remove "also;"
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 50e4c8063e3..acd84b68e6b 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.174 2020/10/30 16:08:44 skrll Exp $ */ +/* $NetBSD: db_command.c,v 1.175 2020/10/30 16:29:49 skrll Exp $ */ /* * Copyright (c) 1996, 1997, 1998, 1999, 2002, 2009, 2019 @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.174 2020/10/30 16:08:44 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.175 2020/10/30 16:29:49 skrll Exp $"); #ifdef _KERNEL_OPT #include "opt_aio.h" @@ -1374,7 +1374,6 @@ db_fdt_print_cmd(db_expr_t addr, bool have_addr, fdt_print(have_addr ? (void *)(uintptr_t)addr : fdtbus_get_data(), full, db_printf); #else - also; db_kernelonly(); #endif } |
