summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Dwarf/Constants.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/Dwarf/Constants.hs')
-rw-r--r--compiler/nativeGen/Dwarf/Constants.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/nativeGen/Dwarf/Constants.hs b/compiler/nativeGen/Dwarf/Constants.hs
index 6ba1f8a284..40e4e7d9a8 100644
--- a/compiler/nativeGen/Dwarf/Constants.hs
+++ b/compiler/nativeGen/Dwarf/Constants.hs
@@ -1,9 +1,5 @@
-- | Constants describing the DWARF format. Most of this simply
-- mirrors /usr/include/dwarf.h.
-{-# LANGUAGE CPP #-}
-#if __GLASGOW_HASKELL__ > 710
-{-# OPTIONS_GHC -ffull-guard-reasoning #-}
-#endif
module Dwarf.Constants where