diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-16 17:49:36 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-16 17:49:36 -0500 |
| commit | 9688ef02ba0baa6b4e21ea37ea65a33236d489dd (patch) | |
| tree | 9364af001828341e9938861ebe9ec99eaa067dd0 | |
| parent | 266498f92cc9a75527a95fe4e401b67f5e3b5b42 (diff) | |
| parent | b3f31d69448568c0567ddb1d8312b6611050a2e8 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
| -rw-r--r-- | MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs b/MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs index d00494bac..9b3f5a306 100644 --- a/MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs +++ b/MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs @@ -82,16 +82,6 @@ namespace MediaBrowser.Common.Implementations.IO throw new ArgumentNullException("target"); } - if (string.IsNullOrEmpty(shortcutPath)) - { - throw new ArgumentNullException("shortcutPath"); - } - - if (string.IsNullOrEmpty(target)) - { - throw new ArgumentNullException("target"); - } - File.WriteAllText(shortcutPath, target); } |
