From 1852a8d216cc7c41a14a6af9f4c0b7734e347ecf Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Mon, 21 Sep 2020 13:53:27 +0800 Subject: [PATCH] remove redundant references --- .../Controllers/ApiGatewayController.cs | 1 - .../LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs index 8dba8e018..6109d3dc5 100644 --- a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs +++ b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs @@ -1,7 +1,6 @@ using LINGYUN.ApiGateway.Utils; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.DependencyInjection; -using Ocelot.LoadBalancer.LoadBalancers; using Ocelot.Multiplexer; using System; using System.Linq; diff --git a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs index 5ce8de116..64f45b28c 100644 --- a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs +++ b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs @@ -1,5 +1,4 @@ -using Microsoft.Extensions.Localization; -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; namespace LINGYUN.ApiGateway.Utils