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 b56da4038f8f47959013de03e82521286e89ad0d..ab215da423700a1cb636599a60aa988e9b224401 100644 (file)
@@ -109,16 +109,7 @@ namespace System.IO.Pipes
                                WriteUnlock ();
                        }
                }
-               
-               AccessControlSections AccessControlSectionsModified {
-                       get {
-                               return (AccessRulesModified ? AccessControlSections.Access : 0) |
-                                      (AuditRulesModified  ? AccessControlSections.Audit  : 0) |
-                                      (OwnerModified       ? AccessControlSections.Owner  : 0) |
-                                      (GroupModified       ? AccessControlSections.Group  : 0);
-                       }
-               }
-               
+
                public bool RemoveAccessRule (PipeAccessRule rule)
                {
                        return RemoveAccessRule ((AccessRule)rule);