From 8249242a9325a27e57107d78bfa168e918cc4f7a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 3 Nov 2024 08:29:55 -0800 Subject: Remove untyped nng_pipe_get, support for untyped sockaddr set. This is a step on the path to removing unsafe untyped option accesses. --- 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 08606715..8fafe364 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1383,12 +1383,6 @@ pipe_get(nng_pipe p, const char *name, void *val, size_t *szp, nni_type t) return (rv); } -int -nng_pipe_get(nng_pipe id, const char *n, void *v, size_t *szp) -{ - return (pipe_get(id, n, v, szp, NNI_TYPE_OPAQUE)); -} - int nng_pipe_get_int(nng_pipe id, const char *n, int *v) { -- cgit v1.2.3-70-g09d2