remove no more needed security

This commit is contained in:
guinux 2016-08-27 17:15:07 +02:00
parent f874b913c0
commit c7a9a0a27c
1 changed files with 0 additions and 1 deletions

View File

@ -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 ();
} }
} }