summaryrefslogtreecommitdiffstats
path: root/sys/sys/_rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/_rwlock.h')
-rw-r--r--sys/sys/_rwlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/_rwlock.h b/sys/sys/_rwlock.h
index f65d3fa..c5adac0 100644
--- a/sys/sys/_rwlock.h
+++ b/sys/sys/_rwlock.h
@@ -38,7 +38,6 @@
struct rwlock {
struct lock_object lock_object;
volatile uintptr_t rw_lock;
- volatile unsigned rw_recurse;
};
#endif /* !_SYS__RWLOCK_H_ */
OpenPOWER on IntegriCloud