diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-12 00:19:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-12 00:19:36 +0000 |
commit | 6e11b50a24e4a0d86afb7e8617b2ef7701ee0879 (patch) | |
tree | 4aeec413554902bde1a26eccc765466701d2145a /compiler/main/SysTools.lhs | |
parent | c272ec8db91d874b53dcf74168e51e2fdc8d1516 (diff) | |
download | haskell-6e11b50a24e4a0d86afb7e8617b2ef7701ee0879.tar.gz |
Remove unused FFI import GetTempPathA (getTempPath)
Diffstat (limited to 'compiler/main/SysTools.lhs')
-rw-r--r-- | compiler/main/SysTools.lhs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index a5362aa7a2..91c0e7f98e 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -311,10 +311,6 @@ initSysTools mbMinusB dflags -- elaborate it in the same way as the others } } - -#if defined(mingw32_HOST_OS) -foreign import stdcall unsafe "GetTempPathA" getTempPath :: Int -> CString -> IO Int32 -#endif \end{code} \begin{code} |