Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs')
-rw-r--r--mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs b/mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs
index ccc61aeb990..791c2bc5b08 100644
--- a/mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs
+++ b/mcs/class/Cscompmgd/Microsoft.CSharp/ErrorLevel.cs
@@ -29,9 +29,7 @@
namespace Microsoft.CSharp {
-#if NET_2_0
[System.Obsolete]
-#endif
public enum ErrorLevel {
None,
Warning,