summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-07 12:29:15 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-07 12:29:15 (GMT)
commit8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a (patch)
treec58fcd2059f1dacfde9a935155e66db1706127d5 /Source/cmExportLibraryDependencies.cxx
parentdb0f26e85264b47dabaa1d400ad2fec1eb848eac (diff)
downloadCMake-8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a.zip
CMake-8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a.tar.gz
CMake-8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a.tar.bz2
STYLE: remove wrong comments
Alex
Diffstat (limited to 'Source/cmExportLibraryDependencies.cxx')
-rw-r--r--Source/cmExportLibraryDependencies.cxx4
1 files changed, 0 insertions, 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 <cmsys/auto_ptr.hxx>
-// cmExecutableCommand
bool cmExportLibraryDependenciesCommand
::InitialPass(std::vector<std::string> 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");