From 9932074a7c841eb76518a3abb3246e9f1d81886e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 8 Jun 2011 18:37:16 +0100 Subject: [PATCH] Remove out-of-date comment --- compiler/utils/Platform.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/utils/Platform.hs b/compiler/utils/Platform.hs index dcf287d..b240a0b 100644 --- a/compiler/utils/Platform.hs +++ b/compiler/utils/Platform.hs @@ -1,6 +1,5 @@ -- | A description of the platform we're compiling for. --- Used by the native code generator. -- In the future, this module should be the only one that references -- the evil #defines for each TARGET_ARCH and TARGET_OS -- -- 1.7.10.4