Remove a redundant -fno-warn-unused-binds flag
authorIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 21:04:10 +0000 (22:04 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 21:04:10 +0000 (22:04 +0100)
System/Posix/Internals.hs

index 9cc56c3..4a83635 100644 (file)
@@ -1,5 +1,4 @@
 {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-}
-{-# OPTIONS_GHC -fno-warn-unused-binds #-}
 {-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------