From 0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 24 Apr 2013 13:48:07 +0200 Subject: [PATCH] Remove unused marker for a variable which is now used. --- Source/cmTarget.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index d14bfcaf6..aa4dfdd93 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.