From f02f3222085311b2a2cacab6642ad987a4176e65 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 6 Oct 2014 19:58:46 -0400 Subject: remove mono compiler directives --- .../IO/FileSystemFactory.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 MediaBrowser.ServerApplication/IO/FileSystemFactory.cs (limited to 'MediaBrowser.ServerApplication/IO/FileSystemFactory.cs') diff --git a/MediaBrowser.ServerApplication/IO/FileSystemFactory.cs b/MediaBrowser.ServerApplication/IO/FileSystemFactory.cs deleted file mode 100644 index 698c4b616..000000000 --- a/MediaBrowser.ServerApplication/IO/FileSystemFactory.cs +++ /dev/null @@ -1,21 +0,0 @@ -using MediaBrowser.Common.IO; -using MediaBrowser.Controller.IO; -using MediaBrowser.Model.Logging; - -namespace MediaBrowser.ServerApplication.IO -{ - /// - /// Class FileSystemFactory - /// - public static class FileSystemFactory - { - /// - /// Creates the file system manager. - /// - /// IFileSystem. - public static IFileSystem CreateFileSystemManager(ILogManager logManager) - { - return new NativeFileSystem(logManager.GetLogger("FileSystem")); - } - } -} -- cgit v1.2.3