summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-08-22 00:01:46 +0000
committeralc <alc@FreeBSD.org>1999-08-22 00:01:46 +0000
commit4039114e6fd13c7dc0d565c3af5f30bd26e3312b (patch)
tree2cd80edfa876b92b0802f9e332735f772ca8b1ff /sys/vm
parent0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (diff)
downloadFreeBSD-src-4039114e6fd13c7dc0d565c3af5f30bd26e3312b.zip
FreeBSD-src-4039114e6fd13c7dc0d565c3af5f30bd26e3312b.tar.gz
Remove two unused variable declarations.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_pageout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 308cd82..7ce3a3a 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.144 1999/07/04 00:25:37 mckusick Exp $
+ * $Id: vm_pageout.c,v 1.145 1999/08/17 00:07:35 alc Exp $
*/
/*
@@ -132,12 +132,10 @@ int vm_pages_needed=0; /* Event on which pageout daemon sleeps */
int vm_pageout_deficit=0; /* Estimated number of pages deficit */
int vm_pageout_pages_needed=0; /* flag saying that the pageout daemon needs pages */
-extern int npendingio;
#if !defined(NO_SWAPPING)
static int vm_pageout_req_swapout; /* XXX */
static int vm_daemon_needed;
#endif
-extern int nswiodone;
extern int vm_swap_size;
static int vm_pageout_stats_max=0, vm_pageout_stats_interval = 0;
static int vm_pageout_full_stats_interval = 0;
OpenPOWER on IntegriCloud