X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRegs.h;h=2c9546d02c7d3f20a7a6519a16019b5228f60459;hb=cc4e58b669ea557909bde4307b0cc5fed19de919;hp=bd7cb5325544adaa79fa1a90163de22a542c2cf8;hpb=1e3d53b4707a6c9c7c99cdaa54e3646b840f5cc9;p=ghc-hetmet.git diff --git a/includes/Regs.h b/includes/Regs.h index bd7cb53..2c9546d 100644 --- a/includes/Regs.h +++ b/includes/Regs.h @@ -117,9 +117,7 @@ typedef struct StgRegTable_ { MP_INT rmp_result1; MP_INT rmp_result2; StgWord rRet; // holds the return code of the thread -#if defined(THREADED_RTS) || defined(PAR) StgSparkPool rSparks; /* per-task spark pool */ -#endif } StgRegTable; #if IN_STG_CODE