Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / class / System.Core / System.IO.Pipes / PipeSecurity.cs
index 2c0d8e055ae8db29f9e4f49f98960d94a875e6c1..ab215da423700a1cb636599a60aa988e9b224401 100644 (file)
@@ -110,16 +110,6 @@ namespace System.IO.Pipes
                        }
                }
 
-#if BOOTSTRAP_BASIC            
-               AccessControlSections AccessControlSectionsModified {
-                       get {
-                               return (AccessRulesModified ? AccessControlSections.Access : 0) |
-                                      (AuditRulesModified  ? AccessControlSections.Audit  : 0) |
-                                      (OwnerModified       ? AccessControlSections.Owner  : 0) |
-                                      (GroupModified       ? AccessControlSections.Group  : 0);
-                       }
-               }
-#endif
                public bool RemoveAccessRule (PipeAccessRule rule)
                {
                        return RemoveAccessRule ((AccessRule)rule);