aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-16 17:49:36 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-16 17:49:36 -0500
commit9688ef02ba0baa6b4e21ea37ea65a33236d489dd (patch)
tree9364af001828341e9938861ebe9ec99eaa067dd0
parent266498f92cc9a75527a95fe4e401b67f5e3b5b42 (diff)
parentb3f31d69448568c0567ddb1d8312b6611050a2e8 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
-rw-r--r--MediaBrowser.Common.Implementations/IO/CommonFileSystem.cs10
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);
}