forked from cromer/pamac-classic
remove no more needed security
This commit is contained in:
parent
f874b913c0
commit
c7a9a0a27c
@ -1777,7 +1777,6 @@ namespace Pamac {
|
|||||||
public void quit () {
|
public void quit () {
|
||||||
// be sure to not quit with locked databases
|
// be sure to not quit with locked databases
|
||||||
if (thread_pool.get_num_threads () == 0) {
|
if (thread_pool.get_num_threads () == 0) {
|
||||||
alpm_handle.unlock ();
|
|
||||||
loop.quit ();
|
loop.quit ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user