diff options
author | Brad King <brad.king@kitware.com> | 2013-05-21 19:19:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-21 19:19:22 (GMT) |
commit | e41ef3d3394b942408b5e6203aca1392d7a421a0 (patch) | |
tree | 1cdaf2062982683c814c2e03b2e6f13d790eb4c5 /Source/cmTarget.cxx | |
parent | bdb0bab8ee5093dcace10b4da9064225e31bfea0 (diff) | |
parent | 994dc70bc463699682d71e9a021b924c4b75cb29 (diff) | |
download | CMake-e41ef3d3394b942408b5e6203aca1392d7a421a0.zip CMake-e41ef3d3394b942408b5e6203aca1392d7a421a0.tar.gz CMake-e41ef3d3394b942408b5e6203aca1392d7a421a0.tar.bz2 |
Merge topic 'unused-cleanup'
994dc70 Remove unused vector population.
44258cc Remove unused typedef.
0a4d7d8 Remove unused marker for a variable which is now used.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index f5f6a90..d0227ec 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -5319,7 +5319,6 @@ void cmTarget::ComputeImportInfo(std::string const& desired_config, ImportInfo& info, cmTarget *headTarget) { - (void)headTarget; // This method finds information about an imported target from its // properties. The "IMPORTED_" namespace is reserved for properties // defined by the project exporting the target. |