summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Parser/PostProcess.hs')
-rw-r--r--compiler/GHC/Parser/PostProcess.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Parser/PostProcess.hs b/compiler/GHC/Parser/PostProcess.hs
index 02ef74efef..e957c600e1 100644
--- a/compiler/GHC/Parser/PostProcess.hs
+++ b/compiler/GHC/Parser/PostProcess.hs
@@ -10,8 +10,6 @@
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE DataKinds #-}
-{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
-
--
-- (c) The University of Glasgow 2002-2006
--