summaryrefslogtreecommitdiff
path: root/rts/Capability.h
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-22 08:51:38 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-22 08:52:13 -0500
commit4748f5936fe72d96edfa17b153dbfd84f2c4c053 (patch)
treeed5ad9f4fda46023a74010ecce38e3b47e17959b /rts/Capability.h
parent22520cd7071e624cb3cbde6fdd65e872855dd6ff (diff)
downloadhaskell-4748f5936fe72d96edfa17b153dbfd84f2c4c053.tar.gz
Revert "rts/base: Fix #9423"
This should fix the Windows fallout, and hopefully this will be fixed once that's sorted out. This reverts commit f9f89b7884ccc8ee5047cf4fffdf2b36df6832df. Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/Capability.h')
-rw-r--r--rts/Capability.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Capability.h b/rts/Capability.h
index d5f36c54bc..c7dceefe9f 100644
--- a/rts/Capability.h
+++ b/rts/Capability.h
@@ -126,9 +126,6 @@ struct Capability_ {
// Stats on spark creation/conversion
SparkCounters spark_stats;
-
- // IO manager for this cap
- int io_manager_control_wr_fd;
#endif
// Total words allocated by this cap since rts start
W_ total_allocated;