summaryrefslogtreecommitdiff
path: root/miext/sync/misyncstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'miext/sync/misyncstr.h')
-rw-r--r--miext/sync/misyncstr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/miext/sync/misyncstr.h b/miext/sync/misyncstr.h
index 408f02e10..e19256fee 100644
--- a/miext/sync/misyncstr.h
+++ b/miext/sync/misyncstr.h
@@ -49,12 +49,6 @@ typedef struct _SyncCounter {
SyncObject sync; /* Common sync object data */
CARD64 value; /* counter value */
struct _SysCounterInfo *pSysCounterInfo; /* NULL if not a system counter */
- /* If there is a transition alarm on a counter, we need to set up
- * a slave alarm for the inverse transition alarm.
- * Yes, that's as bullshit as it sounds. See
- * https://bugs.freedesktop.org/show_bug.cgi?id=59644
- */
- struct _SyncAlarm *slave_alarms[2]; /* pos/neg transition */
} SyncCounter;
struct _SyncFence {