Removed unused variable.

This commit is contained in:
Armin Novak 2016-10-11 11:21:13 +02:00
parent d1a28c59f7
commit 8fbc885f19

View File

@ -380,7 +380,6 @@ static void transport_bio_error_log(LPCSTR tag, LPCSTR biofunc, BIO* bio,
unsigned long sslerr;
char* buf;
wLog* log;
wLogMessage log_message;
int saveerrno;
DWORD level;
saveerrno = errno;