projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af104f
)
async_win.c: remove unused variable
author
Viktor Szakats
<vszakats@users.noreply.github.com>
Sat, 13 Feb 2016 14:20:47 +0000
(15:20 +0100)
committer
Rich Salz
<rsalz@openssl.org>
Sat, 13 Feb 2016 14:36:59 +0000
(09:36 -0500)
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
patch
|
blob
|
history
diff --git
a/crypto/async/arch/async_win.c
b/crypto/async/arch/async_win.c
index 3f3a005cc2ee473167a982883dbeb16e5e0fd8cd..e862e2548f5a592a3cfcdddca7f5ca0ab3c779f0 100644
(file)
--- a/
crypto/async/arch/async_win.c
+++ b/
crypto/async/arch/async_win.c
@@
-109,8
+109,6
@@
void async_global_cleanup(void)
int async_fibre_init_dispatcher(async_fibre *fibre)
{
- LPVOID dispatcher;
-
fibre->fibre = ConvertThreadToFiber(NULL);
if (fibre->fibre == NULL) {
fibre->converted = 0;