From d0c0c9969ab5552889f91d09db6dbf6b79f6705c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 28 Jun 2017 23:10:33 -0700 Subject: We don't need pipe_hold or pipe_rele anymore. --- src/core/pipe.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index 80560e0e..f09d9bf0 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -48,9 +48,6 @@ extern uint32_t nni_pipe_id(nni_pipe *); // operations against will return NNG_ECLOSED. extern void nni_pipe_close(nni_pipe *); -extern void nni_pipe_hold(nni_pipe *); -extern void nni_pipe_rele(nni_pipe *); - // nni_pipe_remove is called by the protocol when it is done with the socket. // The pipe should already be closed; it will be unregistered and it's // resources released back to the system. The protocol MUST not reference -- cgit v1.2.3-70-g09d2