STYLE: Removed one more stray comment.

This commit is contained in:
Brad King 2007-02-01 14:45:08 -05:00
parent 2da51e0f69
commit 293f24763f
1 changed files with 0 additions and 2 deletions

View File

@ -2608,8 +2608,6 @@ kwsys_stl::string SystemTools::CollapseFullPath(const char* in_path,
kwsys_stl::vector<kwsys_stl::string> path_components; kwsys_stl::vector<kwsys_stl::string> path_components;
SystemTools::SplitPath(in_path, path_components); SystemTools::SplitPath(in_path, path_components);
// clean the input path to remove any /./
// If the input path is relative, start with a base path. // If the input path is relative, start with a base path.
if(path_components[0].length() == 0) if(path_components[0].length() == 0)
{ {