X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4e1ed07b52acd24f667354df5e9dc00cfde2a132:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index fcab146c82..600cef4d47 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -142,13 +142,7 @@ bool wxHTTP::ParseHeaders() ClearHeaders(); m_read = true; -#if defined(__VISAGECPP__) -// VA just can't stand while(1) - bool bOs2var = true; - while(bOs2var) -#else - while (1) -#endif + for ( ;; ) { m_perr = ReadLine(this, line); if (m_perr != wxPROTO_NOERR)