From edff777133565ed5f40bae7b8459cf3550ed374b Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Sat, 13 Jan 2018 18:21:38 -0500 Subject: [PATCH] Cleanup --- tests/LoggingFixture.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/LoggingFixture.cs b/tests/LoggingFixture.cs index 5ef134e..8f77f7c 100644 --- a/tests/LoggingFixture.cs +++ b/tests/LoggingFixture.cs @@ -11,7 +11,6 @@ namespace Microsoft.Logging.Tests public class LoggingFixture { private static IUnityContainer _container; - private LoggedType _instance; [ClassInitialize] public static void Setup(TestContext context)