[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Diagnostics / Debug.cs
index 9bb3a500e8e31c9275ed6adaa1871a89132b910a..d414d7169f80ed5bd0460b86252976f8e3abd38f 100644 (file)
@@ -231,7 +231,6 @@ namespace System.Diagnostics {
                        TraceImpl.WriteLineIf (condition, message, category);
                }
 
-#if NET_2_0 || MOBILE
                [Conditional("DEBUG")]
                public static void Print (string message)
                {
@@ -243,7 +242,6 @@ namespace System.Diagnostics {
                {
                        TraceImpl.WriteLine (String.Format (format, args));
                }
-#endif
        }
 }