diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-07 18:41:56 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-07 18:41:56 -0700 |
| commit | 3cedf14c3586b0770cb9ee62c75f922ab2006153 (patch) | |
| tree | 2fd6422cd97f91330896a47ba5e68c20705f2c28 /src/core/msgqueue.c | |
| parent | 021d09af1375834fe9aaca916e60dcd2ad3be845 (diff) | |
| download | nng-3cedf14c3586b0770cb9ee62c75f922ab2006153.tar.gz nng-3cedf14c3586b0770cb9ee62c75f922ab2006153.tar.bz2 nng-3cedf14c3586b0770cb9ee62c75f922ab2006153.zip | |
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.
Diffstat (limited to 'src/core/msgqueue.c')
| -rw-r--r-- | src/core/msgqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/msgqueue.c b/src/core/msgqueue.c index 985563ad..a69af47c 100644 --- a/src/core/msgqueue.c +++ b/src/core/msgqueue.c @@ -510,7 +510,6 @@ nni_msgq_run_timeout(void *arg) nni_time exp; nni_aio *aio; nni_aio *naio; - int rv; now = nni_clock(); exp = NNI_TIME_NEVER; |
