Warning police: Removed useless catch-all clause
authorsven.panne@aedion.de <unknown>
Fri, 11 Aug 2006 14:22:08 +0000 (14:22 +0000)
committersven.panne@aedion.de <unknown>
Fri, 11 Aug 2006 14:22:08 +0000 (14:22 +0000)
GHC/Handle.hs

index 8f5fe18..be7f147 100644 (file)
@@ -936,10 +936,6 @@ openFd fd mb_fd_type is_socket filepath mode binary = do
        RawDevice -> 
                mkFileHandle fd is_socket filepath ha_type binary
 
-       _ ->
-         ioException (IOError Nothing UnsupportedOperation "openFd"
-                                  "unknown file type" Nothing) 
-
 fdToHandle :: FD -> IO Handle
 fdToHandle fd = do
    mode <- fdGetMode fd