[genmdesc] Fixed generator to allow instructions lengths equal to 0.
[mono.git] / mcs / class / System.Data / System.Data.OleDb / OleDbRowUpdatingEventHandler.cs
index 247bd91a708eb7819d0965cae6f3d439d43ac63a..6669d34cb6d7d80d47ddc2ab02a3739a46562f23 100644 (file)
@@ -35,7 +35,6 @@ using System.Data.Common;
 
 namespace System.Data.OleDb
 {
-       [Serializable]
        public delegate void OleDbRowUpdatingEventHandler (
                object sender,
                OleDbRowUpdatingEventArgs e);