aboutsummaryrefslogtreecommitdiff
path: root/src/nng_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng_legacy.c')
-rw-r--r--src/nng_legacy.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/nng_legacy.c b/src/nng_legacy.c
index 65ac7354..3dadc4e3 100644
--- a/src/nng_legacy.c
+++ b/src/nng_legacy.c
@@ -1,5 +1,5 @@
//
-// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -394,10 +394,4 @@ nng_listener_setopt_string(nng_listener id, const char *n, const char *v)
return (nng_listener_set_string(id, n, v));
}
-void
-nng_closeall(void)
-{
- nni_sock_closeall();
-}
-
#endif // NNG_ELIDE_DEPRECATED