From 6e11b50a24e4a0d86afb7e8617b2ef7701ee0879 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 12 Jun 2008 00:19:36 +0000 Subject: [PATCH] Remove unused FFI import GetTempPathA (getTempPath) --- compiler/main/SysTools.lhs | 4 ---- 1 file changed, 4 deletions(-) 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} -- 1.7.10.4