Ver Fonte

Rremoved redundant call to RebuildIndex() in constructor.

svn path=/trunk/mcs/; revision=55374
Boris Kirzner há 20 anos atrás
pai
commit
e4656fdcfa

+ 3 - 0
mcs/class/System.Data/System.Data.Common/ChangeLog

@@ -1,3 +1,6 @@
+2006-01-11 Boris Kirzner <[email protected]>
+	* Index.cs: removed redundant call to RebuildIndex() in constructor.
+
 2005-12-12  Konstantin Triger <[email protected]>
 
 	* Key.cs: Added ContainsVersion function, refactoring.

+ 0 - 1
mcs/class/System.Data/System.Data.Common/Index.cs

@@ -57,7 +57,6 @@ namespace System.Data.Common
 		{
 			_key = key;
 			Reset();
-			RebuildIndex ();
 		}
 
 		#endregion // Constructors