You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/29 07:18:32 UTC

[16/30] ignite git commit: .NET: Remove unused imports

.NET: Remove unused imports


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/22d108c0
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/22d108c0
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/22d108c0

Branch: refs/heads/ignite-5075-pds
Commit: 22d108c076988dc2291fc78776e0473e0c457d91
Parents: d911848
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Fri May 26 12:07:46 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Fri May 26 12:07:46 2017 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/22d108c0/modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs b/modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs
index 81b91d2..ae04a0b 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Impl/QueryData.cs
@@ -20,7 +20,6 @@ namespace Apache.Ignite.Linq.Impl
     using System.Collections.Generic;
     using System.Diagnostics;
     using System.Linq;
-    using System.Linq.Expressions;
 
     /// <summary>
     /// Query data holder.