mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Removed dead code
This commit is contained in:
		
							parent
							
								
									93b42641d2
								
							
						
					
					
						commit
						fe63d487be
					
				@ -95,7 +95,6 @@
 | 
			
		||||
    <Compile Include="Logging\LogRow.cs" />
 | 
			
		||||
    <Compile Include="Logging\LogSeverity.cs" />
 | 
			
		||||
    <Compile Include="Logging\StreamLogger.cs" />
 | 
			
		||||
    <Compile Include="Net\CollectionExtensions.cs" />
 | 
			
		||||
    <Compile Include="Net\Handlers\BaseEmbeddedResourceHandler.cs" />
 | 
			
		||||
    <Compile Include="Net\Handlers\BaseHandler.cs" />
 | 
			
		||||
    <Compile Include="Net\Handlers\BaseSerializationHandler.cs" />
 | 
			
		||||
 | 
			
		||||
@ -1,14 +0,0 @@
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Collections.Specialized;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
 | 
			
		||||
namespace MediaBrowser.Common.Net
 | 
			
		||||
{
 | 
			
		||||
    public static class CollectionExtensions
 | 
			
		||||
    {
 | 
			
		||||
        public static IDictionary<string, IEnumerable<string>> ToDictionary(this NameValueCollection source)
 | 
			
		||||
        {
 | 
			
		||||
            return source.AllKeys.ToDictionary<string, string, IEnumerable<string>>(key => key, source.GetValues);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user