summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2016-05-31 04:08:35 -0400
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2016-05-31 04:08:47 -0400
commit0ffa23d5b912f6e3a90cdda5ead66168fe518cbc (patch)
tree846145d07e95a9828e36741082d9778c9c10d18f
parent7e4f3dc26fa984a00e48955b56295a7cf78682c4 (diff)
downloadhaskell-0ffa23d5b912f6e3a90cdda5ead66168fe518cbc.tar.gz
Remove unused FAST_STRING_NOT_NEEDED macro defs
Reviewers: austin, bgamari, simonmar, hvr Reviewed By: hvr Subscribers: hvr, thomie Differential Revision: https://phabricator.haskell.org/D2285
-rw-r--r--compiler/codeGen/StgCmm.hs1
-rw-r--r--compiler/codeGen/StgCmmClosure.hs1
-rw-r--r--compiler/codeGen/StgCmmExpr.hs1
3 files changed, 0 insertions, 3 deletions
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs
index 9d14db9bb8..73b9bf62ff 100644
--- a/compiler/codeGen/StgCmm.hs
+++ b/compiler/codeGen/StgCmm.hs
@@ -10,7 +10,6 @@
module StgCmm ( codeGen ) where
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import StgCmmProf (initCostCentres, ldvEnter)
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index d76eedd70c..ca6b404084 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -61,7 +61,6 @@ module StgCmmClosure (
#include "../includes/MachDeps.h"
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import StgSyn
diff --git a/compiler/codeGen/StgCmmExpr.hs b/compiler/codeGen/StgCmmExpr.hs
index a697ff66c3..3de91c1e83 100644
--- a/compiler/codeGen/StgCmmExpr.hs
+++ b/compiler/codeGen/StgCmmExpr.hs
@@ -11,7 +11,6 @@
module StgCmmExpr ( cgExpr ) where
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import {-# SOURCE #-} StgCmmBind ( cgBind )