[BoringTls]: Merge the work branch.
[mono.git] / mcs / class / corlib / System.Security.AccessControl / PropagationFlags.cs
index cd7d5d2279c2096fb48118f2d54ddaabe3a80b91..9b17d0de08f3c73152892904945c79a51f629309 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.AccessControl {
        [Flags]
        public enum PropagationFlags {
@@ -36,5 +34,3 @@ namespace System.Security.AccessControl {
                InheritOnly = 2,
        }
 }
-
-#endif