summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2019-08-25 11:06:13 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-27 15:22:28 -0400
commitee2fad9e503ffdf61a086f721553aa3c502d1cb8 (patch)
tree6a1c9c8b352e32cf19d009d03943d5bba1531cb2
parent89487be21060bf29f4736bf2b3c89a4e74b03918 (diff)
downloadhaskell-ee2fad9e503ffdf61a086f721553aa3c502d1cb8.tar.gz
Remove redundant OPTIONS_GHC in BlockLayout.hs
-rw-r--r--compiler/nativeGen/BlockLayout.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/nativeGen/BlockLayout.hs b/compiler/nativeGen/BlockLayout.hs
index 3755ed5db6..d01c31f5fd 100644
--- a/compiler/nativeGen/BlockLayout.hs
+++ b/compiler/nativeGen/BlockLayout.hs
@@ -4,9 +4,6 @@
{-# LANGUAGE TypeFamilies, ScopedTypeVariables, CPP #-}
-{-# OPTIONS_GHC -fprof-auto #-}
---{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -ddump-cmm #-}
-
module BlockLayout
( sequenceTop )
where