async_win.c: remove unused variable
authorViktor Szakats <vszakats@users.noreply.github.com>
Sat, 13 Feb 2016 14:20:47 +0000 (15:20 +0100)
committerRich Salz <rsalz@openssl.org>
Sat, 13 Feb 2016 14:36:59 +0000 (09:36 -0500)
commit1b3cddff2b61f084e0ebb871a33baec92d4b1d21
treeb7080a07eda65f28d9916c7c6fd78788644de78f
parent3af104f3ccdb3ec3d1dec056ff71ccc2bb000e56
async_win.c: remove unused variable

Silencing this:
    crypto/async/arch/async_win.c: In function 'async_fibre_init_dispatcher':
    crypto/async/arch/async_win.c:112:12: warning: unused variable 'dispatcher' [-Wunused-variable]
         LPVOID dispatcher;
                ^

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/async/arch/async_win.c