From 042a3732e86d119b7d8a2611a8962752345c3a94 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 27 Dec 2019 19:35:06 -0800 Subject: We always have NNG_TRANSPORT_WS configured for testing. --- tests/trantest.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/trantest.h b/tests/trantest.h index 09b40049..ad493fdb 100644 --- a/tests/trantest.h +++ b/tests/trantest.h @@ -58,9 +58,6 @@ extern void trantest_test_all(const char *addr); #ifndef NNG_TRANSPORT_ZEROTIER #define nng_zt_register notransport #endif -#ifndef NNG_TRANSPORT_WS -#define nng_ws_register notransport -#endif #ifndef NNG_TRANSPORT_WSS #define nng_wss_register notransport #endif @@ -79,9 +76,6 @@ notransport(void) void trantest_checktran(const char *url) { -#ifndef NNG_TRANSPORT_WS - CHKTRAN(url, "ws:"); -#endif #ifndef NNG_TRANSPORT_WSS CHKTRAN(url, "wss:"); #endif -- cgit v1.2.3-70-g09d2