From 3cedf14c3586b0770cb9ee62c75f922ab2006153 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 7 Jul 2017 18:41:56 -0700 Subject: SRWLocks FTW! Modern Windows (Vista and later) have light weight Slim Read/Write locks which only occupy 64 bits, and don't require any memory allocation to create. While here clean up a few more unreferenced variables found with the Microsoft compilers. --- src/core/event.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/event.c') diff --git a/src/core/event.c b/src/core/event.c index b0e02b16..df9618ca 100644 --- a/src/core/event.c +++ b/src/core/event.c @@ -15,8 +15,6 @@ int nni_ev_init(nni_event *event, int type, nni_sock *sock) { - int rv; - memset(event, 0, sizeof (*event)); event->e_type = type; event->e_sock = sock; -- cgit v1.2.3-70-g09d2