Remove unused FFI import GetTempPathA (getTempPath)
authorIan Lynagh <igloo@earth.li>
Thu, 12 Jun 2008 00:19:36 +0000 (00:19 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 12 Jun 2008 00:19:36 +0000 (00:19 +0000)
compiler/main/SysTools.lhs

index a5362aa..91c0e7f 100644 (file)
@@ -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}