Fixed Coverity reported issue.
CID 11845: Structurally dead code (UNREACHABLE)
This code cannot be reached: "<temporary>.basic_string("");".
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user