From 0736a958673683a9bfe0bf577b696f49c7bd8302 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 27 Sep 2017 15:14:14 -0700 Subject: Remove last vestiges of integer option numbers. --- src/nng.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index d30a8442..7a78357e 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1013,16 +1013,3 @@ nng_thread_destroy(void *arg) NNI_FREE_STRUCT(thr); } - -// Constant option definitions. These are for well-known options, -// so that the vast majority of consumers don't have to look these up. - -const char *nng_opt_raw = "raw"; -const char *nng_opt_recvmaxsz = "recv-size-max"; -const char *nng_opt_maxttl = "ttl-max"; -const char *nng_opt_protocol = "protocol"; -const char *nng_opt_transport = "transport"; -const char *nng_opt_locaddr = "local-address"; -const char *nng_opt_remaddr = "remote-address"; -// Well known protocol options. -const char *nng_opt_surveyor_surveytime = "surveyor:survey-time"; -- cgit v1.2.3-70-g09d2