diff options
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r-- | rts/RetainerProfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c index 7a9b9ccd54..4badbfe925 100644 --- a/rts/RetainerProfile.c +++ b/rts/RetainerProfile.c @@ -279,7 +279,6 @@ isEmptyRetainerStack( void ) /* ----------------------------------------------------------------------------- * Returns size of stack * -------------------------------------------------------------------------- */ -#if defined(DEBUG) W_ retainerStackBlocks( void ) { @@ -291,7 +290,6 @@ retainerStackBlocks( void ) return res; } -#endif /* ----------------------------------------------------------------------------- * Returns true if stackTop is at the stack boundary of the current stack, |