[corlib] Remove unused field
authorMarek Safar <marek.safar@gmail.com>
Wed, 24 May 2017 13:39:37 +0000 (15:39 +0200)
committerMarek Safar <marek.safar@gmail.com>
Wed, 24 May 2017 17:28:44 +0000 (19:28 +0200)
mcs/class/corlib/corert/Debug.cs

index eda79f7927d24d7faec8bcac20d1d8fff7bc2976..31959c173984ea0d2d5a32ab360e8b6bfccd340b 100644 (file)
@@ -2,8 +2,6 @@ namespace System.Diagnostics.Private
 {
        static partial class Debug
        {
-               static readonly string NewLine = Environment.NewLine;
-
                static void ShowAssertDialog (string stackTrace, string message, string detailMessage)
                {
                        // FIXME should we g_error in this case?