From ec34ee7fa7ef442223c33e722a42203a873b4958 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 26 Oct 2017 15:47:33 -0700 Subject: Eliminate the unused DRYRUN flag. --- src/nng.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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(). -- cgit v1.2.3-70-g09d2