STYLE: Added TODO comment for checking dependencies.

This commit is contained in:
Brad King 2005-02-15 09:02:45 -05:00
parent eb9164bf0e
commit 4601c46ad8

View File

@ -238,6 +238,7 @@ bool cmDependsFortran::WriteDependencies(std::ostream& os)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
bool cmDependsFortran::CheckDependencies(std::istream&) bool cmDependsFortran::CheckDependencies(std::istream&)
{ {
// TODO: Parse and check dependencies.
return true; return true;
} }