1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-10 08:34:06 +02:00

Remove unused variable from LockManager

This commit is contained in:
chylex 2016-04-12 13:56:42 +02:00
parent 519f0ace43
commit 300fdfa355

View File

@ -67,7 +67,7 @@ public bool Lock(){
}
}catch(FileNotFoundException){
return CreateLockFile();
}catch(Exception e){
}catch(Exception){
return false;
}