From 2acd04c96624ce530edcb0ca991bddad7f70023e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 12 Feb 2015 22:14:08 +0100 Subject: [PATCH] cmcmd: Remove some comment copy-pasta. --- Source/cmcmd.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index 5c9397519..6a7dc6ea5 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -287,8 +287,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector& args) } #if defined(CMAKE_BUILD_WITH_CMAKE) - // Command to create a symbolic link. Fails on platforms not - // supporting them. else if (args[1] == "environment" ) { std::vector env = cmSystemTools::GetEnvironmentVariables(); @@ -352,8 +350,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector& args) { for (std::string::size_type cc = 2; cc < args.size(); cc ++) { - // Complain if the file could not be removed, still exists, - // and the -f option was not given. if(!cmSystemTools::Touch(args[cc], true)) { return 1;