aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nng.c b/src/nng.c
index 08606715..8fafe364 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -1384,12 +1384,6 @@ pipe_get(nng_pipe p, const char *name, void *val, size_t *szp, nni_type t)
}
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)
{
return (pipe_get(id, n, v, NULL, NNI_TYPE_INT32));