summaryrefslogtreecommitdiff
path: root/monitor_mm.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 14:55:29 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 14:55:29 +1000
commit0b4c16589a29a3899500b553eb95461be3f604e6 (patch)
tree5d9fa8edbd63bcdaefc60efa51276d7f91e5267a /monitor_mm.h
parentff0dd88999c3d5966bbf32b9598a463363aea375 (diff)
- otto@cvs.openbsd.org 2008/04/29 11:20:31
[monitor_mm.h] garbage collect two unused fields in struct mm_master; ok markus@
Diffstat (limited to 'monitor_mm.h')
-rw-r--r--monitor_mm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/monitor_mm.h b/monitor_mm.h
index 36a07a06d..c890f7709 100644
--- a/monitor_mm.h
+++ b/monitor_mm.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_mm.h,v 1.4 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -41,9 +41,6 @@ struct mm_master {
41 size_t size; 41 size_t size;
42 42
43 struct mm_master *mmalloc; /* Used to completely share */ 43 struct mm_master *mmalloc; /* Used to completely share */
44
45 int write; /* used to writing to other party */
46 int read; /* used for reading from other party */
47}; 44};
48 45
49RB_PROTOTYPE(mmtree, mm_share, next, mm_compare) 46RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)