diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-10-26 15:47:33 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-10-26 15:47:33 -0700 |
| commit | ec34ee7fa7ef442223c33e722a42203a873b4958 (patch) | |
| tree | 4430e5e9c4450838b408eedd2096c8bc61d51d4b /src | |
| parent | cb5af77650badaf1eb8888ecd284dae7b5fdd3e3 (diff) | |
| download | nng-ec34ee7fa7ef442223c33e722a42203a873b4958.tar.gz nng-ec34ee7fa7ef442223c33e722a42203a873b4958.tar.bz2 nng-ec34ee7fa7ef442223c33e722a42203a873b4958.zip | |
Eliminate the unused DRYRUN flag.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nng.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(). |
