svn path=/trunk/mcs/; revision=55374
@@ -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.
@@ -57,7 +57,6 @@ namespace System.Data.Common
{
_key = key;
Reset();
- RebuildIndex ();
}
#endregion // Constructors