summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/SpinLock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/rts/SpinLock.h b/includes/rts/SpinLock.h
index b6eccced8a..b54d678fa5 100644
--- a/includes/rts/SpinLock.h
+++ b/includes/rts/SpinLock.h
@@ -34,8 +34,6 @@ typedef struct SpinLock_
typedef StgWord SpinLock;
#endif
-typedef StgWord SpinLockCount;
-
#if defined(PROF_SPIN)
// PROF_SPIN enables counting the number of times we spin on a lock