diff options
author | Brad King <brad.king@kitware.com> | 2007-12-21 23:32:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-12-21 23:32:22 (GMT) |
commit | e23348c5a6c021a199e25664e5e901bf33ff4c3b (patch) | |
tree | d9acda3e1647dbe00ec284a1f534c3adf4d0de1e /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 3cf3bb664aa9b6c447c90c33cd6b5c1dff8c1a10 (diff) | |
download | CMake-e23348c5a6c021a199e25664e5e901bf33ff4c3b.zip CMake-e23348c5a6c021a199e25664e5e901bf33ff4c3b.tar.gz CMake-e23348c5a6c021a199e25664e5e901bf33ff4c3b.tar.bz2 |
COMP: Remove unused parameter of method.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index f8f6237..988d7cc 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -147,7 +147,6 @@ protected: cmTarget& target); void AppendAnyGlobalDepend(std::vector<std::string>& depends, const char* name, - std::set<cmStdString>& emitted, cmTarget &target); // does this generator need a requires step for any of its targets |