aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/HttpResponseParser.cs
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-04 06:02:38 -0500
committerGitHub <noreply@github.com>2020-02-04 06:02:38 -0500
commit3b6a4c3a33956eb54a0168f461b0279c4d3c1719 (patch)
tree745336d36a86e689d06250f8867d809a937d24aa /RSSDP/HttpResponseParser.cs
parentd4470b5709eaddae12c0096634bd47d7f9ec0b97 (diff)
parent176e8509739ffd3d7002c94adbd814c33b5172e2 (diff)
Merge pull request #11 from jellyfin/master
nightly
Diffstat (limited to 'RSSDP/HttpResponseParser.cs')
-rw-r--r--RSSDP/HttpResponseParser.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/RSSDP/HttpResponseParser.cs b/RSSDP/HttpResponseParser.cs
index a77c898ff..b96eaf625 100644
--- a/RSSDP/HttpResponseParser.cs
+++ b/RSSDP/HttpResponseParser.cs
@@ -1,10 +1,7 @@
using System;
-using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
-using System.Text;
-using System.Threading.Tasks;
namespace Rssdp.Infrastructure
{