aboutsummaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-08 17:06:39 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-08 17:06:39 -0700
commitca9263880a8db50d302773b9ba8e2887a1ffeded (patch)
tree3c8095fa7c5fd22fb807707c3960b27702d8e7fd /src/platform
parent3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff)
downloadnng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz
nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2
nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip
Various cleanups of unused bits.
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/posix/posix_epdesc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/platform/posix/posix_epdesc.c b/src/platform/posix/posix_epdesc.c
index f64e25e9..242f61fc 100644
--- a/src/platform/posix/posix_epdesc.c
+++ b/src/platform/posix/posix_epdesc.c
@@ -42,11 +42,6 @@ struct nni_posix_epdesc {
socklen_t loclen;
socklen_t remlen;
const char * url;
- struct sockaddr_storage * remaddrs;
- struct sockaddr_storage * locaddrs;
- int nremaddrs;
- int nlocaddrs;
- int server;
nni_mtx mtx;
};