.NET: Fix analysis warning (remove unused import)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1986b775 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1986b775 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1986b775 Branch: refs/heads/ignite-1232 Commit: 1986b775326bab7792bf0d9ba72103a98b100665 Parents: e1c755c Author: Pavel Tupitsyn <[email protected]> Authored: Fri Jun 24 19:04:31 2016 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Fri Jun 24 19:04:31 2016 +0300 ---------------------------------------------------------------------- modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1986b775/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs index 69a2f6a..6bdf1ab 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs @@ -37,7 +37,6 @@ using Apache.Ignite.Core.Impl; using Apache.Ignite.Core.Impl.Binary; using Apache.Ignite.Core.Impl.Common; - using Apache.Ignite.Core.Impl.Handle; using Apache.Ignite.Core.Lifecycle; using Apache.Ignite.Core.Transactions; using BinaryReader = Apache.Ignite.Core.Impl.Binary.BinaryReader;
