aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-26 15:47:33 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-26 15:47:33 -0700
commitec34ee7fa7ef442223c33e722a42203a873b4958 (patch)
tree4430e5e9c4450838b408eedd2096c8bc61d51d4b /src
parentcb5af77650badaf1eb8888ecd284dae7b5fdd3e3 (diff)
downloadnng-ec34ee7fa7ef442223c33e722a42203a873b4958.tar.gz
nng-ec34ee7fa7ef442223c33e722a42203a873b4958.tar.bz2
nng-ec34ee7fa7ef442223c33e722a42203a873b4958.zip
Eliminate the unused DRYRUN flag.
Diffstat (limited to 'src')
-rw-r--r--src/nng.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nng.h b/src/nng.h
index e013b9df..d260e5fd 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -355,7 +355,6 @@ NNG_DECL int nng_pipe_close(nng_pipe);
enum nng_flag_enum {
NNG_FLAG_ALLOC = 1, // Recv to allocate receive buffer.
NNG_FLAG_NONBLOCK = 2, // Non-blocking operations.
- NNG_FLAG_DRYRUN = 4, // Setopt dry-run (internally used).
};
// Protocol numbers. These are to be used with nng_socket_create().