diff options
Diffstat (limited to 'vm/vm_pageout.c')
-rw-r--r-- | vm/vm_pageout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index 1a986b4c..363d355e 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -164,8 +164,6 @@ extern void vm_pageout_scan_continue(); unsigned int vm_pageout_reserved_internal = 0; unsigned int vm_pageout_reserved_really = 0; -unsigned int vm_page_external_target = 0; - unsigned int vm_pageout_burst_max = 0; unsigned int vm_pageout_burst_min = 0; unsigned int vm_pageout_burst_wait = 0; /* milliseconds per page */ |