Remove incorrect doc string for link type enum

This is actually a duplicate doc string for a method a few lines above.
This commit is contained in:
Stephen Kelly 2012-08-19 23:11:13 +02:00
parent 805f5e5c1e
commit ecc1acb94c
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ public:
void AddSources(std::vector<std::string> const& srcs);
cmSourceFile* AddSource(const char* src);
/**
* Get the list of the source files used by this target
*/
enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED};
//* how we identify a library, by name and type