diff options
author | 2008-04-29 11:20:31 +0000 | |
---|---|---|
committer | 2008-04-29 11:20:31 +0000 | |
commit | a2913e79d6e962b100d1b210f6f6a95cb0d02610 (patch) | |
tree | 897b9267dc085294c5f73d30f14bab9d1623671f | |
parent | sync (diff) | |
download | wireguard-openbsd-a2913e79d6e962b100d1b210f6f6a95cb0d02610.tar.xz wireguard-openbsd-a2913e79d6e962b100d1b210f6f6a95cb0d02610.zip |
garbage collect two unused fields in struct mm_master; ok markus@
-rw-r--r-- | usr.bin/ssh/monitor_mm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/monitor_mm.h b/usr.bin/ssh/monitor_mm.h index 36a07a06df6..c890f77097d 100644 --- a/usr.bin/ssh/monitor_mm.h +++ b/usr.bin/ssh/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) |