Fixed Coverity reported issue.

CID 11845: Structurally dead code (UNREACHABLE)
This code cannot be reached: "<temporary>.basic_string("");".
This commit is contained in:
Robert Osfield 2011-05-05 12:40:03 +00:00
parent b0f6783631
commit bf9cc20ef0

View File

@ -223,7 +223,6 @@ std::string daeWriter::uniquify( const std::string &_name )
uniqueNames.insert( std::make_pair( name, 0 ) );
return name;
}
return "";
}
void daeWriter::createAssetTag( bool isZUpAxis )