X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea4f5235fcbfd484a75e295fd266359e4e66c476..ae8f57691329af997e274a3fce5b25c5e5f00f2f:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index f9c7722269..00b711b2ad 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -289,7 +289,7 @@ size_t wxHTTPStream::OnSysRead(void *buffer, size_t bufsize) bool wxHTTP::Abort(void) { - bool ret, connected; + bool ret; ret = wxSocketClient::Close();