aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-06 07:43:24 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-06 07:43:24 -0700
commit30542c0b889447458e0d134f12d6a0877501a30f (patch)
treed17804de3f570dff6db95a9fb5efd1286b49ebef /test/core
parente40dd29db6ceae42bd6dd68427d76ffa608bd404 (diff)
parent3a9f49d409d5fa552ea6053eedfa0a8e27d160e0 (diff)
Merge remote-tracking branch 'upstream/master' into service_config
Diffstat (limited to 'test/core')
-rw-r--r--test/core/iomgr/udp_server_test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/core/iomgr/udp_server_test.c b/test/core/iomgr/udp_server_test.c
index a959a7e07f..2a30427504 100644
--- a/test/core/iomgr/udp_server_test.c
+++ b/test/core/iomgr/udp_server_test.c
@@ -48,8 +48,6 @@
#include "src/core/lib/iomgr/iomgr.h"
#include "test/core/util/test_config.h"
-#ifdef GRPC_NEED_UDP
-
#define LOG_TEST(x) gpr_log(GPR_INFO, "%s", #x)
static grpc_pollset *g_pollset;
@@ -229,9 +227,3 @@ int main(int argc, char **argv) {
grpc_iomgr_shutdown();
return 0;
}
-
-#else
-
-int main(int argc, char **argv) { return 0; }
-
-#endif