Skip to content
Snippets Groups Projects
Commit 80868ec8 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Austin Seipp
Browse files

rts: drop unused 'SpinLockCount' typedef

Summary: Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

Test Plan: git grep, git log -SSpinLockCount, build test

Reviewers: austin, simonmar

Reviewed By: austin, simonmar

Subscribers: phaskell, simonmar, relrod, carter

Differential Revision: https://phabricator.haskell.org/D76
parent fb936e0d
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,6 @@ typedef struct SpinLock_ ...@@ -34,8 +34,6 @@ typedef struct SpinLock_
typedef StgWord SpinLock; typedef StgWord SpinLock;
#endif #endif
typedef StgWord SpinLockCount;
#if defined(PROF_SPIN) #if defined(PROF_SPIN)
// PROF_SPIN enables counting the number of times we spin on a lock // PROF_SPIN enables counting the number of times we spin on a lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment