remove unnesseccery variable

This commit is contained in:
schedpas
2020-07-16 08:23:21 +02:00
parent 93114afba6
commit 30afb0c5f8

View File

@@ -41,7 +41,7 @@ namespace Pilz.IO
var fs = new FileStream(lockFile, FileMode.Open, FileAccess.Read);
fs.Close();
}
catch (IOException ex)
catch (IOException)
{
isLocked = true;
}