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 2020/01/04 14:33:21 UTC

[ignite] branch ignite-12471-2.8 updated: cleanup

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-12471-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-12471-2.8 by this push:
     new ed64c11  cleanup
ed64c11 is described below

commit ed64c11731026af733f84e6e346079c5b7bbdf31
Author: Pavel <pt...@apache.org>
AuthorDate: Sat Jan 4 17:33:06 2020 +0300

    cleanup
---
 .../dotnet/Apache.Ignite.Core/Impl/Client/Cluster/ClientCluster.cs       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/Cluster/ClientCluster.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/Cluster/ClientCluster.cs
index e0f7114..bc1349e 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/Cluster/ClientCluster.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/Cluster/ClientCluster.cs
@@ -21,7 +21,6 @@ namespace Apache.Ignite.Core.Impl.Client.Cluster
     using System;
     using System.Diagnostics;
     using Apache.Ignite.Core.Client;
-    using Apache.Ignite.Core.Impl.Binary;
     using Apache.Ignite.Core.Impl.Common;
 
     /// <summary>