ENH: undo bad changes

This commit is contained in:
Bill Hoffman 2006-10-12 17:19:57 -04:00
parent 61a4c12ce6
commit 052cb7753b
1 changed files with 0 additions and 4 deletions

View File

@ -866,10 +866,6 @@ std::string cmGlobalXCodeGenerator::ExtractFlag(const char* flag,
std::string::size_type pos = flags.find(flag);
if(pos != flags.npos)
{
if(flags[pos + strlen(flag)] != ' ')
{
return flags;
}
retFlag = flag;
// remove the flag
flags[pos]=' ';