* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
[mono.git] / mcs / class / System.Data / System.Data.Common / SchemaInfo.cs
index d20edfa516567675931bed15bae8d9eec0aa540b..ad1c7ab2c1931d3ae6d9e78ed0a1caf286c6810a 100644 (file)
 using System;
 
 namespace System.Data.Common {
-#if NET_2_0
-// FIXME: This needs to be cleaned up to be compatible with both versions.
-// Unfortunately, the SchemaInfo class we made is different from the MS
-// version which is now public.
-       public class SchemaInfo
-#else
        internal class SchemaInfo
-#endif
        {
                #region Fields