diff options
| author | Bond_009 <Bond.009@outlook.com> | 2020-01-31 22:23:46 +0100 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2020-01-31 22:26:53 +0100 |
| commit | 87d2479b784139584e386349c59f81688930571a (patch) | |
| tree | 2f0bbe08e572042720013a051582e911c14b3751 /Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs | |
| parent | b3811a9498fe06b68693f4a269de902cdd7eb2a2 (diff) | |
Fix warnings
Diffstat (limited to 'Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs')
| -rw-r--r-- | Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs b/Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs index 95b7912fb..7479d8104 100644 --- a/Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs +++ b/Emby.Server.Implementations/SocketSharp/HttpPostedFile.cs @@ -1,11 +1,5 @@ using System; -using System.Collections.Generic; -using System.Globalization; using System.IO; -using System.Net; -using System.Text; -using System.Threading.Tasks; -using MediaBrowser.Model.Services; public sealed class HttpPostedFile : IDisposable { |
