.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-cc Commit: 22d108c076988dc2291fc78776e0473e0c457d91 Parents: d911848 Author: Pavel Tupitsyn <[email protected]> Authored: Fri May 26 12:07:46 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> 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.
