summaryrefslogtreecommitdiff
path: root/src/pal/inc
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-10-19 17:49:57 -0700
committerJan Kotas <jkotas@microsoft.com>2015-10-19 17:49:57 -0700
commit27d9deab63ecedd2e2cf12fb74e25175f8bd300b (patch)
tree04fd366f31273c55bce30510a07ddd51abdaa72a /src/pal/inc
parent3015ff7afb4936a1c5c5856daa4e3482e6b390a9 (diff)
downloadcoreclr-27d9deab63ecedd2e2cf12fb74e25175f8bd300b.tar.gz
coreclr-27d9deab63ecedd2e2cf12fb74e25175f8bd300b.tar.bz2
coreclr-27d9deab63ecedd2e2cf12fb74e25175f8bd300b.zip
Delete remaining vestiges of PAL networking support
Diffstat (limited to 'src/pal/inc')
-rw-r--r--src/pal/inc/pal.h8
-rw-r--r--src/pal/inc/pal_error.h70
2 files changed, 0 insertions, 78 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 44e9cd4b56..7bddd88f3e 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -5,14 +5,6 @@
/*++
-
-
- This file includes parts which are Copyright (c) 1982-1986 Regents
- of the University of California. All rights reserved. The
- Berkeley Software License Agreement specifies the terms and
- conditions for redistribution.
-
-
Module Name:
pal.h
diff --git a/src/pal/inc/pal_error.h b/src/pal/inc/pal_error.h
index ff0123a6a6..167cadb478 100644
--- a/src/pal/inc/pal_error.h
+++ b/src/pal/inc/pal_error.h
@@ -129,71 +129,6 @@
#define ERROR_RESOURCE_LANG_NOT_FOUND 1815L
#define ERROR_TAG_NOT_PRESENT 2013L
-#define WSAEINTR 10004L
-#define WSAEBADF 10009L
-#define WSAEACCES 10013L
-#define WSAEFAULT 10014L
-#define WSAEINVAL 10022L
-#define WSAEMFILE 10024L
-#define WSAEWOULDBLOCK 10035L
-#define WSAEINPROGRESS 10036L
-#define WSAEALREADY 10037L
-#define WSAENOTSOCK 10038L
-#define WSAEDESTADDRREQ 10039L
-
-#define WSAEMSGSIZE 10040L
-#define WSAEPROTOTYPE 10041L
-#define WSAENOPROTOOPT 10042L
-#define WSAEPROTONOSUPPORT 10043L
-#define WSAESOCKTNOSUPPORT 10044L
-#define WSAEOPNOTSUPP 10045L
-#define WSAEPFNOSUPPORT 10046L
-
-#define WSAEAFNOSUPPORT 10047L
-#define WSAEADDRINUSE 10048L
-#define WSAEADDRNOTAVAIL 10049L
-#define WSAENETDOWN 10050L
-#define WSAENETUNREACH 10051L
-#define WSAENETRESET 10052L
-
-#define WSAECONNABORTED 10053L
-#define WSAECONNRESET 10054L
-#define WSAENOBUFS 10055L
-#define WSAEISCONN 10056L
-#define WSAENOTCONN 10057L
-#define WSAESHUTDOWN 10058L
-#define WSAETOOMANYREFS 10059L
-
-#define WSAETIMEDOUT 10060L
-#define WSAECONNREFUSED 10061L
-#define WSAELOOP 10062L
-
-#define WSAENAMETOOLONG 10063L
-
-#define WSAEHOSTDOWN 10064L
-#define WSAEHOSTUNREACH 10065L
-#define WSAENOTEMPTY 10066L
-
-#define WSAEPROCLIM 10067L
-#define WSAEUSERS 10068L
-
-#define WSAEDQUOT 10069L
-
-#define WSAESTALE 10070L
-
-#define WSAEREMOTE 10071L
-
-#define WSASYSNOTREADY 10091L
-#define WSAVERNOTSUPPORTED 10092L
-#define WSANOTINITIALISED 10093L
-
-#define WSATYPE_NOT_FOUND 10109L
-
-#define WSAHOST_NOT_FOUND 11001L
-#define WSATRY_AGAIN 11002L
-#define WSANO_RECOVERY 11003L
-#define WSANO_DATA 11004L
-
#define CRYPT_E_NO_MATCH 0x80092009
/* ENDERRORCODES - do not remove this marker, it is consumed by the palsatellite tool */
@@ -203,9 +138,4 @@
#define NOERROR 0
#define NO_ERROR 0L
-#define WSA_NOT_ENOUGH_MEMORY (ERROR_NOT_ENOUGH_MEMORY)
-#define WSA_OPERATION_ABORTED (ERROR_OPERATION_ABORTED)
-#define WSA_IO_INCOMPLETE (ERROR_IO_INCOMPLETE)
-#define WSA_IO_PENDING (ERROR_IO_PENDING)
-
#endif // __PAL_ERROR_H__