Remove extern int verbose declaration. It is declared static in the

only file it is used in.
This commit is contained in:
Alexander Kabaev 2007-05-19 03:23:43 +00:00
parent 520d6ec0d8
commit 44f3233714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169714

View File

@ -32,7 +32,6 @@
struct thread_info;
extern kvm_t *kvm;
extern int verbose;
struct kthr {
struct kthr *next;