diff options
Diffstat (limited to 'includes/rts/NonMoving.h')
-rw-r--r-- | includes/rts/NonMoving.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/includes/rts/NonMoving.h b/includes/rts/NonMoving.h index e0787297f5..a27fb86b13 100644 --- a/includes/rts/NonMoving.h +++ b/includes/rts/NonMoving.h @@ -15,11 +15,6 @@ /* This is called by the code generator */ extern DLL_IMPORT_RTS -void updateRemembSetPushClosure_(StgRegTable *reg, - StgClosure *p, - StgClosure **origin); +void updateRemembSetPushClosure_(StgRegTable *reg, StgClosure *p); - -void updateRemembSetPushClosure(Capability *cap, - StgClosure *p, - StgClosure **origin); +void updateRemembSetPushClosure(Capability *cap, StgClosure *p); |