forked from cromer/pamac-classic
remove no more needed security
This commit is contained in:
@@ -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 ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user