importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / System.Data / System.Data / DataCategoryAttribute.cs
index f4021b14b8013e334da1fe242667d319418b9d3d..5b1b47591ec5dfe2c1c3bff03ae89d773ff914e8 100644 (file)
@@ -39,7 +39,7 @@ namespace System.Data {
        {
                #region Fields
 
-               string category;
+//             string category;
 
                #endregion // Fields
 
@@ -47,7 +47,7 @@ namespace System.Data {
 
                public DataCategoryAttribute (string category)
                {
-                       this.category = category; 
+//                     this.category = category; 
                }
 
                #endregion // Constructors