Skip to content

Commit

Permalink
Fix R# nags.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Jun 8, 2016
1 parent 0c01a41 commit d45ecb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gu.State/Track/ChildNodes/ChildNodes.PropertyNodes.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Gu.State
{
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
Expand Down
1 change: 0 additions & 1 deletion Gu.State/Track/ChildNodes/ChildNodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;

internal partial class ChildNodes<T>
Expand Down

0 comments on commit d45ecb0

Please sign in to comment.