aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-23 08:00:53 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-23 08:00:53 -0800
commitd142185f3fa980e6099c3f07d37ad2c327e031c6 (patch)
tree74232e62a0b8cb34720a1836f96cafebf5785e9a /include
parent49ce5d1b557d3f6477fb5a478c32ab34a92308d9 (diff)
downloadnng-d142185f3fa980e6099c3f07d37ad2c327e031c6.tar.gz
nng-d142185f3fa980e6099c3f07d37ad2c327e031c6.tar.bz2
nng-d142185f3fa980e6099c3f07d37ad2c327e031c6.zip
core: remove NNG_OPT_URL entirely
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index bd6b526d..658968d5 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -729,7 +729,6 @@ NNG_DECL nng_listener nng_pipe_listener(nng_pipe);
#define NNG_OPT_SENDTIMEO "send-timeout"
#define NNG_OPT_LOCADDR "local-address"
#define NNG_OPT_REMADDR "remote-address"
-#define NNG_OPT_URL "url"
#define NNG_OPT_MAXTTL "ttl-max"
#define NNG_OPT_RECVMAXSZ "recv-size-max"
#define NNG_OPT_RECONNMINT "reconnect-time-min"