summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-28 22:03:08 +0000
committerpeter <peter@FreeBSD.org>2000-07-28 22:03:08 +0000
commit441c016268f3d71b90aec79b082ed2ad88f0deae (patch)
tree6938e491e8093ca63a6bc567d82a710c183d209a /sys/vm/vm_object.h
parent2a6373ea6100a0c555441274b6b073f58c74af3f (diff)
downloadFreeBSD-src-441c016268f3d71b90aec79b082ed2ad88f0deae.zip
FreeBSD-src-441c016268f3d71b90aec79b082ed2ad88f0deae.tar.gz
Minor cleanups:
- remove unused variables (fix warnings) - use a more consistant ansi style rather than a mixture - remove dead #if 0 code and declarations
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index c9f239c..881cffe 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -123,17 +123,6 @@ struct vm_object {
TAILQ_HEAD(, vm_page) devp_pglist;
} devp;
-#if 0
- /*
- * Physmem pager
- *
- * physp_pglist - list of allocated pages
- */
- struct {
- TAILQ_HEAD(, vm_page) physp_pglist;
- } physp;
-#endif
-
/*
* Swap pager
*
OpenPOWER on IntegriCloud