mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
GF.System.Chatch: remove redundant #include
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
module GF.System.Catch where
|
||||
import qualified System.IO.Error as S
|
||||
|
||||
#include "cabal_macros.h"
|
||||
|
||||
#if MIN_VERSION_base(4,4,0)
|
||||
catch = S.catchIOError
|
||||
try = S.tryIOError
|
||||
|
||||
Reference in New Issue
Block a user