summaryrefslogtreecommitdiff
path: root/includes/rts/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Threads.h')
-rw-r--r--includes/rts/Threads.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index 061e38b32b..dd533bedf8 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -61,10 +61,6 @@ extern Capability MainCapability;
// Change the number of capabilities (only supports increasing the
// current value at the moment).
//
-#if defined(THREADED_RTS)
extern void setNumCapabilities (nat new);
-#else
-extern void setNumCapabilities (nat new) GNU_ATTRIBUTE(__noreturn__);
-#endif
#endif /* RTS_THREADS_H */