From: Ian Lynagh Date: Thu, 12 Jun 2008 00:19:36 +0000 (+0000) Subject: Remove unused FFI import GetTempPathA (getTempPath) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6e11b50a24e4a0d86afb7e8617b2ef7701ee0879 Remove unused FFI import GetTempPathA (getTempPath) --- diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index a5362aa..91c0e7f 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}