From: Ian Lynagh Date: Sun, 24 Apr 2011 21:04:10 +0000 (+0100) Subject: Remove a redundant -fno-warn-unused-binds flag X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68871b8dc3e82472e98cecdbf8e629091c83549e;p=ghc-base.git Remove a redundant -fno-warn-unused-binds flag --- diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs index 9cc56c3..4a83635 100644 --- a/System/Posix/Internals.hs +++ b/System/Posix/Internals.hs @@ -1,5 +1,4 @@ {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-} -{-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_HADDOCK hide #-} -----------------------------------------------------------------------------