mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Remove redundant else
This commit is contained in:
parent
eece47f70e
commit
d4a2dab9d9
@ -93,8 +93,7 @@ osg::ref_ptr<WorkItem> WorkQueue::removeWorkItem()
|
||||
mQueue.pop_front();
|
||||
return item;
|
||||
}
|
||||
else
|
||||
return nullptr;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
unsigned int WorkQueue::getNumItems() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user