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/11 20:20:19 UTC

[3/7] 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/57c67050
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/57c67050
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/57c67050

Branch: refs/heads/ignite-5009
Commit: 57c6705050219e15e218fbc3c0e9f7d6bf8803f5
Parents: 00ff656
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed May 10 19:03:26 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed May 10 19:03:26 2017 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/57c67050/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs
index df30a6d..72a1d5b 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryProcessor.cs
@@ -17,7 +17,6 @@
 
 namespace Apache.Ignite.Core.Impl.Binary
 {
-    using System;
     using System.Collections.Generic;
     using System.Diagnostics;
     using Apache.Ignite.Core.Binary;