cmTarget: drop the unused local typedef LinkLine

This commit is contained in:
Rolf Eike Beer 2013-05-21 23:40:30 +02:00 committed by Brad King
parent 4825d70e83
commit 776225d379
1 changed files with 0 additions and 2 deletions

View File

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