From: Ian Lynagh Date: Sun, 24 Apr 2011 19:32:07 +0000 (+0100) Subject: Remove an unnecessary -fno-warn-unused-binds flag X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=f1e42c577e66fbff2b8d95fdf186378fe222ac6a Remove an unnecessary -fno-warn-unused-binds flag --- diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index d5d26c6..9bb85e2 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -3,7 +3,6 @@ , MagicHash , GeneralizedNewtypeDeriving #-} -{-# OPTIONS_GHC -fno-warn-unused-binds #-} #ifdef __GLASGOW_HASKELL__ {-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-} #endif