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