Remove superfluous nullptr check.

master
Nicky Dasmijn 2020-06-14 20:43:12 +02:00
parent 98718bfe7d
commit a4a88f66cc
1 changed files with 0 additions and 5 deletions

View File

@ -1910,11 +1910,6 @@ BOOL AOEngine::importNotecard(const LLInventoryItem* item)
if (item->getAssetUUID().notNull())
{
mImportSet = new AOSet(item->getParentUUID());
if (!mImportSet)
{
LLNotificationsUtil::add("AOImportCreateSetFailed", LLSD());
return FALSE;
}
mImportSet->setName(item->getName());
LLUUID* newUUID = new LLUUID(item->getAssetUUID());