mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
remove redundant handle check in QLibrary::unload()
QLibraryPrivate::unload() does the same check Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c328d1e068
commit
d2e041543b
1 changed files with 0 additions and 3 deletions
|
@ -391,9 +391,6 @@ bool QLibrary::load()
|
|||
*/
|
||||
bool QLibrary::unload()
|
||||
{
|
||||
if (!d_ptr->pHnd) {
|
||||
return false;
|
||||
}
|
||||
return d_ptr->unload();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue