diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-06-21 17:56:59 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-06-21 17:56:59 -0400 |
commit | 76769bdf9e423d89518eae4a5a441ae172c54e96 (patch) | |
tree | 5e5cbf881fef0c9a7fd39eea44a15e61dfc3b9f2 /rts | |
parent | d1d3e98443cf263ef09253e2478e3e638e174e0d (diff) | |
download | haskell-76769bdf9e423d89518eae4a5a441ae172c54e96.tar.gz |
Revert "rts: Suppress unused gcc_clear_cache warning"
This reverts commit d1d3e98443cf263ef09253e2478e3e638e174e0d.
Diffstat (limited to 'rts')
-rw-r--r-- | rts/sm/Storage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index ac4bf8389d..4aa4b12868 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -1345,8 +1345,6 @@ StgWord calcTotalCompactW (void) writing code into memory, so the processor reliably sees it. */ void flushExec (W_ len, AdjustorExecutable exec_addr) { - /* warning suppression */ - (void)gcc_clear_cache; #if defined(i386_HOST_ARCH) || defined(x86_64_HOST_ARCH) /* x86 doesn't need to do anything, so just suppress some warnings. */ (void)len; |