X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fd78a8e6f21521e5bb5280119f0c5c62fab9cc5..d485bda109d5ef0fef36a3f737549e9b9f54baab:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index e553b2c833..d6b4620e7d 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -511,10 +511,6 @@ bool wxFile::Eof() const { wxLogSysError(_("can't determine if the end of file is reached on descriptor %d"), m_fd); } - else if ( iRc != 1 ) - { - wxFAIL_MSG(wxT("invalid eof() return value.")); - } return true; }