Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Sloan
GHC
Commits
ee597e9e
Commit
ee597e9e
authored
Mar 06, 2018
by
Ömer Sinan Ağacan
Browse files
Schedule.c: remove a redundant CPP guard
(the CPP guard is already wrapped with the same guard in line 1549)
parent
cf5bc96e
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Schedule.c
View file @
ee597e9e
...
...
@@ -1738,10 +1738,8 @@ scheduleDoGC (Capability **pcap, Task *task USED_IF_THREADS,
// they have stopped mutating and are standing by for GC.
waitForGcThreads
(
cap
,
idle_cap
);
#if defined(THREADED_RTS)
// Stable point where we can do a global check on our spark counters
ASSERT
(
checkSparkCountInvariant
());
#endif
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment