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/protocol/pipeline/push.c | |
| parent | 3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff) | |
| download | nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2 nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip | |
Various cleanups of unused bits.
Diffstat (limited to 'src/protocol/pipeline/push.c')
| -rw-r--r-- | src/protocol/pipeline/push.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/pipeline/push.c b/src/protocol/pipeline/push.c index e39adb7a..bbda91da 100644 --- a/src/protocol/pipeline/push.c +++ b/src/protocol/pipeline/push.c @@ -45,7 +45,6 @@ static int nni_push_sock_init(void **pushp, nni_sock *sock) { nni_push_sock *push; - int rv; if ((push = NNI_ALLOC_STRUCT(push)) == NULL) { return (NNG_ENOMEM); |
