importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / System.Data / System.Data / DataColumnPropertyDescriptor.cs
index 9501d8ed6ee77c56d099e72593577262081cf337..dc8ae4f9e61dd64ed480df38204958802ec4807f 100644 (file)
@@ -42,7 +42,7 @@ namespace System.Data
                private bool readOnly = true;
                private Type componentType = null;
                private Type propertyType = null;
-               private PropertyInfo prop = null;
+               //private PropertyInfo prop = null;
                private int columnIndex = 0;
 
                public DataColumnPropertyDescriptor (string name, int columnIndex, Attribute [] attrs)