Repository: ignite Updated Branches: refs/heads/master 00ff6563f -> 57c670505
.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/master Commit: 57c6705050219e15e218fbc3c0e9f7d6bf8803f5 Parents: 00ff656 Author: Pavel Tupitsyn <[email protected]> Authored: Wed May 10 19:03:26 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> 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;
