diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
| commit | ca9263880a8db50d302773b9ba8e2887a1ffeded (patch) | |
| tree | 3c8095fa7c5fd22fb807707c3960b27702d8e7fd /src/transport/inproc | |
| parent | 3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff) | |
| download | nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2 nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip | |
Various cleanups of unused bits.
Diffstat (limited to 'src/transport/inproc')
| -rw-r--r-- | src/transport/inproc/inproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/inproc/inproc.c b/src/transport/inproc/inproc.c index 0489ea38..01ffd39a 100644 --- a/src/transport/inproc/inproc.c +++ b/src/transport/inproc/inproc.c @@ -221,7 +221,6 @@ static int nni_inproc_ep_init(void **epp, const char *url, nni_sock *sock, int mode) { nni_inproc_ep *ep; - int rv; if (strlen(url) > NNG_MAXADDRLEN-1) { return (NNG_EINVAL); |
