From d45ecb080f1dd8237e537ad1da35505fe7a42985 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 8 Jun 2016 19:30:14 +0200 Subject: [PATCH] Fix R# nags. --- Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs | 1 - Gu.State/Track/ChildNodes/ChildNodes.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs b/Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs index 354aefa9..5bcf94d0 100644 --- a/Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs +++ b/Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs @@ -1,6 +1,5 @@ namespace Gu.State { - using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; diff --git a/Gu.State/Track/ChildNodes/ChildNodes.cs b/Gu.State/Track/ChildNodes/ChildNodes.cs index bcec8782..f623bd8b 100644 --- a/Gu.State/Track/ChildNodes/ChildNodes.cs +++ b/Gu.State/Track/ChildNodes/ChildNodes.cs @@ -2,7 +2,6 @@ { using System.Collections.Concurrent; using System.Collections.Generic; - using System.Linq; using System.Reflection; internal partial class ChildNodes