Skip to content

Commit e6c0c0f

Browse files
committed
Remove unused c imports
1 parent 2eacbe3 commit e6c0c0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

System/Win32/File.hsc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,6 @@ closeHandle h =
687687
foreign import WINDOWS_CCONV unsafe "windows.h CloseHandle"
688688
c_CloseHandle :: HANDLE -> IO Bool
689689

690-
{-# CFILES cbits/HsWin32.c #-}
691-
foreign import ccall "HsWin32.h &CloseHandleFinaliser"
692-
c_CloseHandleFinaliser :: FunPtr (Ptr a -> IO ())
693-
694690
foreign import WINDOWS_CCONV unsafe "windows.h GetFileType"
695691
getFileType :: HANDLE -> IO FileType
696692
--Apparently no error code

0 commit comments

Comments
 (0)