aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs b/MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs
deleted file mode 100644
index ec25e7951..000000000
--- a/MediaBrowser.Server.Implementations/Reflection/AssemblyInfo.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.IO;
-using MediaBrowser.Model.Reflection;
-
-namespace MediaBrowser.Server.Implementations.Reflection
-{
- public class AssemblyInfo : IAssemblyInfo
- {
- public Stream GetManifestResourceStream(Type type, string resource)
- {
- return type.Assembly.GetManifestResourceStream(resource);
- }
- }
-}