From 8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 7 Jun 2007 08:29:15 -0400 Subject: STYLE: remove wrong comments Alex --- Source/cmExportLibraryDependencies.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx index bf9d533..51d9498 100644 --- a/Source/cmExportLibraryDependencies.cxx +++ b/Source/cmExportLibraryDependencies.cxx @@ -22,13 +22,9 @@ #include -// cmExecutableCommand bool cmExportLibraryDependenciesCommand ::InitialPass(std::vector const& args) { - // First argument is the name of the test Second argument is the name of - // the executable to run (a target or external program) Remaining arguments - // are the arguments to pass to the executable if(args.size() < 1 ) { this->SetError("called with incorrect number of arguments"); -- cgit v0.12