Fix Perl bindings

This commit is contained in:
Eelco Dolstra
2017-04-14 13:47:10 +02:00
parent 3872371f25
commit 3b36c64b15
-1
View File
@@ -26,7 +26,6 @@ static ref<Store> store()
if (!_store) {
try {
settings.loadConfFile();
settings.update();
settings.lockCPU = false;
_store = openStore();
} catch (Error & e) {