You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/06/24 16:04:42 UTC

ignite git commit: .NET: Fix analysis warning (remove unused import)

Repository: ignite
Updated Branches:
  refs/heads/master e1c755c7e -> 1986b7753


.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/master
Commit: 1986b775326bab7792bf0d9ba72103a98b100665
Parents: e1c755c
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Fri Jun 24 19:04:31 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
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;