Browse Source

Remove unused marker for a variable which is now used.

Stephen Kelly 12 years ago
parent
commit
0a4d7d883c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmTarget.cxx

+ 0 - 1
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.