소스 검색

Update HttpListenerHost.cs

BaronGreenback 5 년 전
부모
커밋
a44309f56f
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 6
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

@@ -106,12 +106,7 @@ namespace Emby.Server.Implementations.HttpServer
         {
         {
             return _appHost.CreateInstance(type);
             return _appHost.CreateInstance(type);
         }
         }
-
-        public object CreateInstance(Type type, object parameter)
-        {
-            return _appHost.CreateInstance(type, parameter);
-        }
-
+        
         private static string NormalizeUrlPath(string path)
         private static string NormalizeUrlPath(string path)
         {
         {
             if (path.Length > 0 && path[0] == '/')
             if (path.Length > 0 && path[0] == '/')