From 293f24763f121208d2fa4a346cabaf53c6ec82a6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Feb 2007 14:45:08 -0500 Subject: [PATCH] STYLE: Removed one more stray comment. --- Source/kwsys/SystemTools.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 8abd75186..f75a39d03 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/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 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)