Browse Source

cmTarget: drop the unused local typedef LinkLine

Rolf Eike Beer 12 years ago
parent
commit
776225d379
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/cmTarget.cxx

+ 0 - 2
Source/cmTarget.cxx

@@ -2494,8 +2494,6 @@ cmTarget::AnalyzeLibDependencies( const cmMakefile& mf )
    }
  }
 
- typedef std::vector< std::string > LinkLine;
-
  // The dependency map.
  DependencyMap dep_map;