summaryrefslogtreecommitdiffstats
path: root/sys/sys/_sx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/_sx.h')
-rw-r--r--sys/sys/_sx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/_sx.h b/sys/sys/_sx.h
index 0d0351c..789720b 100644
--- a/sys/sys/_sx.h
+++ b/sys/sys/_sx.h
@@ -37,7 +37,6 @@
struct sx {
struct lock_object lock_object;
volatile uintptr_t sx_lock;
- volatile unsigned sx_recurse;
};
#endif /* !_SYS__SX_H_ */
OpenPOWER on IntegriCloud