diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-07 12:29:15 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-07 12:29:15 (GMT) |
commit | 8d0550e4e22bf9dfa4b22fc7abf5d17489ddb13a (patch) | |
tree | c58fcd2059f1dacfde9a935155e66db1706127d5 /Source/cmExportLibraryDependencies.cxx | |
parent | db0f26e85264b47dabaa1d400ad2fec1eb848eac (diff) | |
download | CMake-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.cxx | 4 |
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"); |