From fb03061dfd20f0d85f73d22380acf5b8f88cf6b3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 3 Jan 2025 08:07:29 -0800 Subject: ipc: minor adjustments for ECLOSED and logging --- src/nng.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 7cd06b77..363d4d28 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1359,12 +1359,6 @@ nng_pipe_get_size(nng_pipe id, const char *n, size_t *v) return (pipe_get(id, n, v, NULL, NNI_TYPE_SIZE)); } -int -nng_pipe_get_uint64(nng_pipe id, const char *n, uint64_t *v) -{ - return (pipe_get(id, n, v, NULL, NNI_TYPE_UINT64)); -} - int nng_pipe_get_string(nng_pipe id, const char *n, char **v) { -- cgit v1.2.3-70-g09d2