From bfcd1b520fd79b893e721ba916ae5e1656407d2f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 16 Aug 2017 02:43:41 -0400 Subject: merge common implementations and server implementations --- .../HttpClientManager/HttpClientInfo.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Emby.Common.Implementations/HttpClientManager/HttpClientInfo.cs (limited to 'Emby.Common.Implementations/HttpClientManager/HttpClientInfo.cs') diff --git a/Emby.Common.Implementations/HttpClientManager/HttpClientInfo.cs b/Emby.Common.Implementations/HttpClientManager/HttpClientInfo.cs deleted file mode 100644 index ca481b33e..000000000 --- a/Emby.Common.Implementations/HttpClientManager/HttpClientInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace Emby.Common.Implementations.HttpClientManager -{ - /// - /// Class HttpClientInfo - /// - public class HttpClientInfo - { - /// - /// Gets or sets the last timeout. - /// - /// The last timeout. - public DateTime LastTimeout { get; set; } - } -} -- cgit v1.2.3