Remove unused code...

This commit is contained in:
Sven Van den brande
2016-03-27 23:11:27 +02:00
parent e73b418f9d
commit 168587b2a0
431 changed files with 282 additions and 977 deletions

View File

@@ -103,11 +103,11 @@ namespace MediaBrowser.Common.Implementations.Security
}
catch (DirectoryNotFoundException)
{
(File.Create(licenseFile)).Close();
File.Create(licenseFile).Close();
}
catch (FileNotFoundException)
{
(File.Create(licenseFile)).Close();
File.Create(licenseFile).Close();
}
}
if (contents != null && contents.Length > 0)