summaryrefslogtreecommitdiff
path: root/monitor_mm.h
diff options
context:
space:
mode:
authordjm <djm>2008-05-19 04:55:29 +0000
committerdjm <djm>2008-05-19 04:55:29 +0000
commit8a059db93a80a3c3f9c407d9e6d1a775ecd26c5c (patch)
tree7bf9d4e9d21d60a0ba4303e4400e540bd5b8f8a6 /monitor_mm.h
parent3b5056a309b2a58349471bef7c12c7ec2594f2c2 (diff)
downloadopenssh-8a059db93a80a3c3f9c407d9e6d1a775ecd26c5c.tar.gz
- 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 36a07a06..c890f770 100644
--- a/monitor_mm.h
+++ b/monitor_mm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor_mm.h,v 1.4 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -41,9 +41,6 @@ struct mm_master {
size_t size;
struct mm_master *mmalloc; /* Used to completely share */
-
- int write; /* used to writing to other party */
- int read; /* used for reading from other party */
};
RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)