ENH: fix test

This commit is contained in:
Bill Hoffman 2005-10-18 16:35:11 -04:00
parent eef7ccc9d6
commit 13c322a0be
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class cmLBDepend : public cmMakeDepend
void cmLBDepend::DependWalk(cmDependInformation* info)
{
m_Verbose = true;
std::ifstream fin(info->m_FullPath.c_str());
if(!fin)
{