remove no more needed security

Este commit está contenido en:
guinux
2016-08-27 17:15:07 +02:00
padre f874b913c0
commit c7a9a0a27c

Ver fichero

@@ -1777,7 +1777,6 @@ namespace Pamac {
public void quit () {
// be sure to not quit with locked databases
if (thread_pool.get_num_threads () == 0) {
alpm_handle.unlock ();
loop.quit ();
}
}