From c5a104c56de6e0c5e98ae27a8080bc13cee9525b Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 12 Dec 2017 19:54:27 +0000 Subject: [PATCH] Remove redundant 'using' --- samples/HostedInAspNet.Server/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/HostedInAspNet.Server/Startup.cs b/samples/HostedInAspNet.Server/Startup.cs index 24ed5919ce..92ce6854c6 100644 --- a/samples/HostedInAspNet.Server/Startup.cs +++ b/samples/HostedInAspNet.Server/Startup.cs @@ -1,7 +1,6 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -using System.IO; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection;