X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FCapability.h;h=450bf74275ed993880b78b6029b238ddec906061;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=eea28ef7fbe3ffd313e5fccefce7997ac9398d3b;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/Capability.h b/ghc/rts/Capability.h index eea28ef..450bf74 100644 --- a/ghc/rts/Capability.h +++ b/ghc/rts/Capability.h @@ -23,10 +23,6 @@ #ifndef __CAPABILITY_H__ #define __CAPABILITY_H__ -#if !defined(SMP) -extern Capability MainCapability; -#endif - // Initialised the available capabilities. // extern void initCapabilities( void );