summaryrefslogtreecommitdiff
path: root/ghc/runtime/storage/SMmark.lhc
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/runtime/storage/SMmark.lhc')
-rw-r--r--ghc/runtime/storage/SMmark.lhc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/runtime/storage/SMmark.lhc b/ghc/runtime/storage/SMmark.lhc
index 72ea1d3f5c..b1a5aa218f 100644
--- a/ghc/runtime/storage/SMmark.lhc
+++ b/ghc/runtime/storage/SMmark.lhc
@@ -1738,7 +1738,6 @@ STGFUN(_PRMarking_MarkNextGA)
}
#else
-#if 1 /* !defined(CONCURRENT) */ /* HWL */
STGFUN(_PRMarking_MarkNextAStack)
{
FUNBEGIN;
@@ -1771,7 +1770,6 @@ STGFUN(_PRMarking_MarkNextBStack)
JUMP_MARK;
FUNEND;
}
-#endif /* !CONCURRENT */
#endif /* PAR */
\end{code}