diff options
Diffstat (limited to 'src/nng.c')
| -rw-r--r-- | src/nng.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1360,12 +1360,6 @@ nng_pipe_get_size(nng_pipe id, const char *n, size_t *v) } 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) { return (pipe_get(id, n, v, NULL, NNI_TYPE_STRING)); |
