.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/23c49184 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/23c49184 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/23c49184 Branch: refs/heads/ignite-comm-balance-master Commit: 23c491846780499a97fbf3a414558568e7252ceb Parents: f5375de Author: Pavel Tupitsyn <[email protected]> Authored: Thu Jan 26 19:54:25 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Thu Jan 26 19:54:25 2017 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/23c49184/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs index ff5d6a2..4ddbc6d 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Transactions/TransactionsImpl.cs @@ -22,7 +22,6 @@ namespace Apache.Ignite.Core.Impl.Transactions using System.Threading.Tasks; using Apache.Ignite.Core.Binary; using Apache.Ignite.Core.Impl.Binary; - using Apache.Ignite.Core.Impl.Binary.IO; using Apache.Ignite.Core.Impl.Unmanaged; using Apache.Ignite.Core.Transactions;
