mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Remove unused import (#10571)
This commit is contained in:
parent
9e7d2f37cf
commit
1763d5eb27
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ alias curl_socket_t = socket_t;
|
|||
/// jdrewsen - Would like to get socket error constant from std.socket by it is private atm.
|
||||
version (Windows)
|
||||
{
|
||||
import core.sys.windows.windows, core.sys.windows.winsock2;
|
||||
import core.sys.windows.winsock2;
|
||||
enum CURL_SOCKET_BAD = SOCKET_ERROR;
|
||||
}
|
||||
version (Posix) enum CURL_SOCKET_BAD = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue