Merge pull request #2971 from BrzVlad/feature-cross-binprot
[mono.git] / mono / metadata / sgen-client-mono.h
index 7fe3d017684127007a4e74b72f8f1ae795bf6a56..02cfce160ca364ad25a6c909523cbd2785408a42 100644 (file)
@@ -64,12 +64,7 @@ struct _SgenClientThreadInfo {
        void *stack_start;
        void *stack_start_limit;
 
-       /*FIXME pretty please finish killing ARCH_NUM_REGS */
-#ifdef USE_MONO_CTX
        MonoContext ctx;                /* ditto */
-#else
-       gpointer regs[ARCH_NUM_REGS];       /* ditto */
-#endif
 };
 
 #else