X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FCapability.h;h=35b920321bf19a553f24b9e5299f83fd91df4cd0;hb=243c043271d295c98ac0f69b4bc8fccca3b61d2d;hp=ff6e3681301a13da550cb21f29b8577ac8a2da4e;hpb=5270423a6afe69f1dc57e5e5a474812182718d40;p=ghc-hetmet.git diff --git a/rts/Capability.h b/rts/Capability.h index ff6e368..35b9203 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -43,9 +43,6 @@ struct Capability_ { // catching unsafe call-ins. rtsBool in_haskell; - // true if this Capability is currently in the GC - rtsBool in_gc; - // The run queue. The Task owning this Capability has exclusive // access to its run queue, so can wake up threads without // taking a lock, and the common path through the scheduler is