diff options
author | Brad King <brad.king@kitware.com> | 2007-02-01 19:45:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-02-01 19:45:08 (GMT) |
commit | 293f24763f121208d2fa4a346cabaf53c6ec82a6 (patch) | |
tree | d25cb6f9373172992c252164b00287e4626ed46f /Source | |
parent | 2da51e0f69caa8bbc05a4935fd8db504fcfdf9b0 (diff) | |
download | CMake-293f24763f121208d2fa4a346cabaf53c6ec82a6.zip CMake-293f24763f121208d2fa4a346cabaf53c6ec82a6.tar.gz CMake-293f24763f121208d2fa4a346cabaf53c6ec82a6.tar.bz2 |
STYLE: Removed one more stray comment.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 8abd751..f75a39d 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<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) |