diff options
author | jhb <jhb@FreeBSD.org> | 2004-09-20 19:01:44 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-09-20 19:01:44 +0000 |
commit | 777f9072761c10509e408574842552f1b8779331 (patch) | |
tree | 938cef97b14d9faa91aee740943e464d91a803a3 | |
parent | 30e617eeb090f4aff164b03cf0c68d10208ba4ba (diff) | |
download | FreeBSD-src-777f9072761c10509e408574842552f1b8779331.zip FreeBSD-src-777f9072761c10509e408574842552f1b8779331.tar.gz |
Remove unused macro.
-rw-r--r-- | sys/kern/kern_ktr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c index 10e8f7d..dbb7f10 100644 --- a/sys/kern/kern_ktr.c +++ b/sys/kern/kern_ktr.c @@ -266,8 +266,6 @@ static struct tstate tstate; static int db_ktr_verbose; static int db_mach_vtrace(void); -#define NUM_LINES_PER_PAGE 18 - DB_SHOW_COMMAND(ktr, db_ktr_all) { int quit; |