Repository: ignite Updated Branches: refs/heads/ignite-2100 6ca1f1d13 -> f9de52788
IGNITE-2100: Finalization. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f9de5278 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f9de5278 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f9de5278 Branch: refs/heads/ignite-2100 Commit: f9de527883eb155f127fa11f5a2e9c88cee82479 Parents: 6ca1f1d Author: vozerov-gridgain <[email protected]> Authored: Wed Dec 16 15:27:28 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Wed Dec 16 15:27:28 2015 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core/Impl/Events/Events.cs | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f9de5278/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Events/Events.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Events/Events.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Events/Events.cs index c496470..783ba94 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Events/Events.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Events/Events.cs @@ -88,15 +88,6 @@ namespace Apache.Ignite.Core.Impl.Events private Events(Events events) : base(UU.EventsWithAsync(events.Target), events.Marshaller) { _clusterGroup = events.ClusterGroup; - - List<int> list = null; - - list.ToList(); - } - - public T GetCollection<T, K() where T : ICollection<K> - { - return null; } /** <inheritDoc /> */
