From f99010171818a7823ff5790596f657b30d271b43 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 18 May 2016 08:15:02 -0700
Subject: [PATCH] Remove bogus #ifdef

---
 src/core/lib/iomgr/error.c | 2 --
 1 file changed, 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,
-- 
GitLab