diff options
| -rw-r--r-- | tests/trantest.h | 6 |
1 files changed, 0 insertions, 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 |
