From 80868ec8e6483fcc2a70754ebc5e3d3d7522a088 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 18 Jul 2014 23:55:46 -0500 Subject: rts: drop unused 'SpinLockCount' typedef Summary: Signed-off-by: Sergei Trofimovich 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 --- includes/rts/SpinLock.h | 2 -- 1 file changed, 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 -- cgit v1.2.1