summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmm.hs
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 /compiler/codeGen/StgCmm.hs
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
Diffstat (limited to 'compiler/codeGen/StgCmm.hs')
-rw-r--r--compiler/codeGen/StgCmm.hs1
1 files changed, 0 insertions, 1 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)