summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-04-24 11:48:07 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-05-16 17:34:21 (GMT)
commit0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9 (patch)
tree5447bfd74ddaeef41287dd15729590bb591831d9 /Source/cmTarget.cxx
parent272431a84ff13eb17cf04389428f57c7fe13e3a2 (diff)
downloadCMake-0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9.zip
CMake-0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9.tar.gz
CMake-0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9.tar.bz2
Remove unused marker for a variable which is now used.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index d14bfca..aa4dfdd 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -5289,7 +5289,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.