[commit: ghc] master: rts: drop unused 'SpinLockCount' typedef (80868ec)
git at git.haskell.org
git at git.haskell.org
Sun Jul 20 21:58:02 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/80868ec8e6483fcc2a70754ebc5e3d3d7522a088/ghc
>---------------------------------------------------------------
commit 80868ec8e6483fcc2a70754ebc5e3d3d7522a088
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Fri Jul 18 23:55:46 2014 -0500
rts: drop unused 'SpinLockCount' typedef
Summary: Signed-off-by: Sergei Trofimovich <slyfox at 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
>---------------------------------------------------------------
80868ec8e6483fcc2a70754ebc5e3d3d7522a088
includes/rts/SpinLock.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/includes/rts/SpinLock.h b/includes/rts/SpinLock.h
index b6eccce..b54d678 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
More information about the ghc-commits
mailing list