Skip to content

Commit c4c597f

Browse files
committed
Wibble
1 parent 6767c5e commit c4c597f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tests/T15Win.hs

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import qualified System.File.PlatformPath as PFP
1212
import System.IO
1313
import System.IO.Temp
1414

15-
import Control.Exception (bracketOnError)
1615
import Data.Bits
1716
import System.OsPath.Windows ( WindowsPath, pstr )
1817
import qualified System.OsPath.Windows as WS
@@ -36,7 +35,7 @@ main = withSystemTempDirectory "tar-test" $ \baseDir' -> do
3635
]
3736

3837
openFile32 :: WindowsPath -> IOMode -> IO Win32.HANDLE
39-
openFile32 fp iomode =
38+
openFile32 fp _iomode =
4039
WS.createFile
4140
fp
4241
Win32.gENERIC_READ

0 commit comments

Comments
 (0)