Author: spouliot
Date: 2005-03-07 19:23:15 -0500 (Mon, 07 Mar 2005)
New Revision: 41543
Modified:
trunk/cecil/permview/permview.cs
Log:
Removed extra stuff that shouldn't have been commited
Modified: trunk/cecil/permview/permview.cs
===================================================================
--- trunk/cecil/permview/permview.cs 2005-03-07 23:32:01 UTC (rev 41542)
+++ trunk/cecil/permview/permview.cs 2005-03-08 00:23:15 UTC (rev 41543)
@@ -144,17 +144,6 @@
ShowSecurity (tw,
"Method " + method.ToString (), method.SecurityDeclarations);
}
}
-
- foreach (IPropertyDefinition property
in type.Properties) {
- IMethodDefinition get =
property.GetMethod;
- if ((get != null) &&
(get.SecurityDeclarations.Count > 0)) {
- ShowSecurity (tw,
get.ToString (), get.SecurityDeclarations);
- }
- IMethodDefinition set =
property.SetMethod;
- if ((set != null) &&
(set.SecurityDeclarations.Count > 0)) {
- ShowSecurity (tw,
set.ToString (), set.SecurityDeclarations);
- }
- }
}
}
return true;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches