Browse Source

STYLE: Removed one more stray comment.

Brad King 19 years ago
parent
commit
293f24763f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/kwsys/SystemTools.cxx

+ 0 - 2
Source/kwsys/SystemTools.cxx

@@ -2607,8 +2607,6 @@ kwsys_stl::string SystemTools::CollapseFullPath(const char* in_path,
   // Split the input path components.
   kwsys_stl::vector<kwsys_stl::string> 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(path_components[0].length() == 0)