summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-05-19 03:23:43 +0000
committerkan <kan@FreeBSD.org>2007-05-19 03:23:43 +0000
commit5d4b28ff73471f018e86d4466fea43758794d8c6 (patch)
tree798dfd8f046d767d66a83aae54658a2ad5a8eae3 /gnu/usr.bin
parent5b32f4b96ff302d343fdb253e13b12371a042ecd (diff)
downloadFreeBSD-src-5d4b28ff73471f018e86d4466fea43758794d8c6.zip
FreeBSD-src-5d4b28ff73471f018e86d4466fea43758794d8c6.tar.gz
Remove extern int verbose declaration. It is declared static in the
only file it is used in.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb/kgdb/kgdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/kgdb.h b/gnu/usr.bin/gdb/kgdb/kgdb.h
index 41c9310..bfebe17 100644
--- a/gnu/usr.bin/gdb/kgdb/kgdb.h
+++ b/gnu/usr.bin/gdb/kgdb/kgdb.h
@@ -32,7 +32,6 @@
struct thread_info;
extern kvm_t *kvm;
-extern int verbose;
struct kthr {
struct kthr *next;
OpenPOWER on IntegriCloud