Fix test failure in SplitOrderedList
authorJérémie Laval <jeremie.laval@gmail.com>
Tue, 15 Feb 2011 13:36:27 +0000 (13:36 +0000)
committerJérémie Laval <jeremie.laval@gmail.com>
Tue, 15 Feb 2011 13:36:27 +0000 (13:36 +0000)
mcs/class/corlib/System.Collections.Concurrent/SplitOrderedList.cs

index 05976b8085242b1a9247500370e27fcb61283cbf..9d06acde4a80be9b2af0632ef5faddf398595fa1 100644 (file)
@@ -50,7 +50,6 @@ namespace System.Collections.Concurrent
 
                                this.Marked = false;
                                this.Next = null;
-                               this.SubKey = default (TKey);
 
                                return this;
                        }