Merge pull request #3057 from BrzVlad/fix-major-log3
[mono.git] / mcs / class / Cscompmgd / Microsoft.CSharp / Compiler.cs
index 75d36dabbca6cc5b7a97e36a6a021ca347a4a73f..5b75d9c890481c3675cad5caaae9f5637ca0e183 100644 (file)
@@ -36,9 +36,7 @@ using System.Text.RegularExpressions;
 
 namespace Microsoft.CSharp {
 
-#if NET_2_0
        [System.Obsolete]
-#endif
        public class Compiler {
                
                private Compiler()