You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/03/30 14:38:18 UTC

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

Branch: refs/heads/ignite-4003
Commit: f056f2e390fb836124e4994add8ca92e267aa754
Parents: ba68c6c
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Thu Mar 30 09:37:50 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Thu Mar 30 09:37:50 2017 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f056f2e3/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs
index 1becf80..c76e03d 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Io/IBinaryStreamProcessor.cs
@@ -17,8 +17,6 @@
 
 namespace Apache.Ignite.Core.Impl.Binary.IO
 {
-    using System;
-
     /// <summary>
     /// Binary stream processor.
     /// </summary>