diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 14:07:30 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 14:07:30 -0700 |
| commit | fee07c19ce1fddce8cc5683d85b4715e101c0a06 (patch) | |
| tree | 17fba70702a44e0171e503208103ec50ae2db15b /include | |
| parent | bdbc936ee4e1a08125be911b1ba11f8865ab4239 (diff) | |
| download | nng-fee07c19ce1fddce8cc5683d85b4715e101c0a06.tar.gz nng-fee07c19ce1fddce8cc5683d85b4715e101c0a06.tar.bz2 nng-fee07c19ce1fddce8cc5683d85b4715e101c0a06.zip | |
Remove unused legacy nng_closeall.
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 3826e8e1..431b32dd 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1420,10 +1420,6 @@ NNG_DECL int nng_listener_setopt_ptr( NNG_DECL int nng_listener_setopt_string( nng_listener, const char *, const char *) NNG_DEPRECATED; -// nng_closeall closes all open sockets. Do not call this from -// a library; it will affect all sockets. -NNG_DECL void nng_closeall(void) NNG_DEPRECATED; - #endif // NNG_ELIDE_DEPRECATED // nng_init_parameter is used by applications to change a tunable setting. |
