[commit: ghc] master: Remove an unused include that doesn't exist on OS X (#10211) (c37ee4a)
git at git.haskell.org
git at git.haskell.org
Mon Mar 30 11:04:28 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c37ee4a8009b438f86b1ca6df10901d7f783b4f0/ghc
>---------------------------------------------------------------
commit c37ee4a8009b438f86b1ca6df10901d7f783b4f0
Author: Dave Laing <dave.laing.80 at gmail.com>
Date: Mon Mar 30 13:02:33 2015 +0200
Remove an unused include that doesn't exist on OS X (#10211)
Differential Revision: https://phabricator.haskell.org/D765
>---------------------------------------------------------------
c37ee4a8009b438f86b1ca6df10901d7f783b4f0
testsuite/tests/rts/linker_unload.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/testsuite/tests/rts/linker_unload.c b/testsuite/tests/rts/linker_unload.c
index 435a451..acf41cb 100644
--- a/testsuite/tests/rts/linker_unload.c
+++ b/testsuite/tests/rts/linker_unload.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "Rts.h"
-#include <malloc.h>
#include <string.h>
#define ITERATIONS 1000
More information about the ghc-commits
mailing list