Merge pull request #347 from JamesB7/master
[mono.git] / mcs / class / System / System.Diagnostics / NullEventLog.cs
index bcb713be8e0b6fe30117da2563914d4f972ffe8f..d49aac371338da642ee155028adb24e21e3f7d92 100644 (file)
@@ -127,7 +127,6 @@ namespace System.Diagnostics
                {
                }
 
-#if NET_2_0
                public override OverflowAction OverflowAction {
                        get { return OverflowAction.DoNotOverwrite; }
                }
@@ -150,6 +149,5 @@ namespace System.Diagnostics
                {
                        throw new NotSupportedException ("This EventLog implementation does not support registering display name");
                }
-#endif
        }
 }