aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-18 08:15:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-18 08:15:02 -0700
commitf99010171818a7823ff5790596f657b30d271b43 (patch)
treef9a2ff3e4aa7d3635b28da4fb0a4f6731c78c7fa /src/core/lib/iomgr/error.c
parentf66c374d511e55fdb28dd9c7dfb0e0e2318cb5c4 (diff)
Remove bogus #ifdef
Diffstat (limited to 'src/core/lib/iomgr/error.c')
-rw-r--r--src/core/lib/iomgr/error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/error.c b/src/core/lib/iomgr/error.c
index c70eb1a3f0..0657dd3c04 100644
--- a/src/core/lib/iomgr/error.c
+++ b/src/core/lib/iomgr/error.c
@@ -496,7 +496,6 @@ const char *grpc_error_string(grpc_error *err) {
return finish_kvs(&kvs);
}
-#ifdef GPR_POSIX_SOCKET
grpc_error *grpc_os_error(const char *file, int line, int err,
const char *call_name) {
return grpc_error_set_str(
@@ -506,7 +505,6 @@ grpc_error *grpc_os_error(const char *file, int line, int err,
GRPC_ERROR_STR_OS_ERROR, strerror(err)),
GRPC_ERROR_STR_SYSCALL, call_name);
}
-#endif
#ifdef GPR_WIN32
grpc_error *grpc_wsa_error(const char *file, int line, int err,