X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcbits%2FrawSystem.c;fp=compiler%2Fcbits%2FrawSystem.c;h=0000000000000000000000000000000000000000;hp=3ef37e56e4400efe741886a98eb3715386b75bc9;hb=e761a777f2440ca1b8d8b40848cc5aa30d889ff6;hpb=d78ab147ec3d8c3b06b6e922bed4cd9837c9c797 diff --git a/compiler/cbits/rawSystem.c b/compiler/cbits/rawSystem.c deleted file mode 100644 index 3ef37e5..0000000 --- a/compiler/cbits/rawSystem.c +++ /dev/null @@ -1,6 +0,0 @@ -/* Grab rawSystem from the library sources iff we're bootstrapping with an - * old version of GHC. - */ -#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 601 -#include "../../libraries/base/cbits/rawSystem.c" -#endif