summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-06-19 18:42:53 +0000
committeralc <alc@FreeBSD.org>1999-06-19 18:42:53 +0000
commitc9ce3ad902bd134472a439f97b9421bd66dead3c (patch)
tree48c6ba848f5c940ca91b426268c088846d68ecd8 /sys/vm/vm_object.h
parent1048fa73010ca9dfb0cfba83b166fcfa2ef994be (diff)
downloadFreeBSD-src-c9ce3ad902bd134472a439f97b9421bd66dead3c.zip
FreeBSD-src-c9ce3ad902bd134472a439f97b9421bd66dead3c.tar.gz
Remove some unused function and variable declarations.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 0a316c8..0fb7c5e 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.53 1999/01/21 09:51:21 dillon Exp $
+ * $Id: vm_object.h,v 1.54 1999/02/08 19:00:15 dillon Exp $
*/
/*
@@ -95,9 +95,6 @@ struct vm_object {
int ref_count; /* How many refs?? */
int shadow_count; /* how many objects that this is a shadow for */
int pg_color; /* color of first page in obj */
-#if 0
- int id; /* ID for no purpose, other than info */
-#endif
int hash_rand; /* vm hash table randomizer */
u_short flags; /* see below */
u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */
OpenPOWER on IntegriCloud