Merge topic 'LinkLine-typedef'

776225d cmTarget: drop the unused local typedef LinkLine
This commit is contained in:
Brad King 2013-05-22 13:06:21 -04:00 committed by CMake Topic Stage
commit ee334b6a0a

View File

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