summaryrefslogtreecommitdiff
path: root/rts/adjustor/NativePowerPC.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/adjustor/NativePowerPC.c')
-rw-r--r--rts/adjustor/NativePowerPC.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/adjustor/NativePowerPC.c b/rts/adjustor/NativePowerPC.c
index e5612704e9..41da4588a5 100644
--- a/rts/adjustor/NativePowerPC.c
+++ b/rts/adjustor/NativePowerPC.c
@@ -401,8 +401,5 @@ freeHaskellFunctionPtr(void* ptr)
freeStablePtr(((AdjustorStub*)ptr)->hptr);
#endif
- // Can't write to this memory, it is only executable:
- // *((unsigned char*)ptr) = '\0';
-
freeExec(ptr);
}