Don't bother checking canRead() before calling getMagicNumber();
authorDan Gohman <gohman@apple.com>
Thu, 27 May 2010 17:12:23 +0000 (17:12 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 27 May 2010 17:12:23 +0000 (17:12 +0000)
commit130de9c0b49d98983a5eb059fb5a89896f58d533
treef88ddf20bad8ad48ac9269ec5ea6a3d6376babc9
parent55e9717e59165d15161991be56c75c3e80220ee8
Don't bother checking canRead() before calling getMagicNumber();
getMagicNumber() does its own error checking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104851 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Path.cpp