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:
parent
519f0ace43
commit
300fdfa355
@ -67,7 +67,7 @@ public bool Lock(){
|
||||
}
|
||||
}catch(FileNotFoundException){
|
||||
return CreateLockFile();
|
||||
}catch(Exception e){
|
||||
}catch(Exception){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user