Remove check of eof() return value validity.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:08 +0000 (00:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:08 +0000 (00:37 +0000)
commit97e5a1969fa68c6284951497d03a0e9484485c4a
tree645521c3fd234dc50111fa19d1b12bdf1506cdd3
parente871f02a6874dc6704c8ea70fc6e8c28dae9182e
Remove check of eof() return value validity.

It's useless and resulted in a warning from Coverity as it correctly
determined that this code could never be executed under Unix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/file.cpp