diff options
Diffstat (limited to 'includes/rts/storage/SMPClosureOps.h')
-rw-r--r-- | includes/rts/storage/SMPClosureOps.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/rts/storage/SMPClosureOps.h b/includes/rts/storage/SMPClosureOps.h index d5f7c3f295..582ec0e959 100644 --- a/includes/rts/storage/SMPClosureOps.h +++ b/includes/rts/storage/SMPClosureOps.h @@ -28,8 +28,6 @@ EXTERN_INLINE void unlockClosure(StgClosure *p, const StgInfoTable *info); * This is used primarily in the implementation of MVars. * -------------------------------------------------------------------------- */ -#define SPIN_COUNT 4000 - // We want a callable copy of lockClosure() so that we can refer to it // from .cmm files compiled using the native codegen. EXTERN_INLINE StgInfoTable *lockClosure(StgClosure *p) |