Avoid unnecessary allocation on indexer access
[mono.git] / mcs / class / System / System.Diagnostics / ProcessModule.cs
old mode 100755 (executable)
new mode 100644 (file)
index 126e74c..164c1f7
@@ -36,7 +36,7 @@ using System.ComponentModel.Design;
 
 namespace System.Diagnostics 
 {
-       [Designer ("System.Diagnostics.Design.ProcessModuleDesigner, " + Consts.AssemblySystem_Design, typeof (IDesigner))]
+       [Designer ("System.Diagnostics.Design.ProcessModuleDesigner, " + Consts.AssemblySystem_Design)]
        public class ProcessModule : Component 
        {
                private IntPtr baseaddr;