summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-05-30 08:29:57 +0200
committerJan Kotas <jkotas@microsoft.com>2017-05-30 15:04:21 -0700
commit53ae19db3271dc2511ff5ea34b26e6d12cbe4e7a (patch)
tree30df6167d1d6d3c1b5f41d492d223f6b6308abca /src
parentdc3ca3ece7f1e95d08e534c32c69595e743645a1 (diff)
downloadcoreclr-53ae19db3271dc2511ff5ea34b26e6d12cbe4e7a.tar.gz
coreclr-53ae19db3271dc2511ff5ea34b26e6d12cbe4e7a.tar.bz2
coreclr-53ae19db3271dc2511ff5ea34b26e6d12cbe4e7a.zip
Moves windows specific field to Debug.Windows.cs file (dotnet/corert#3733)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/shared/System/Diagnostics/Debug.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/shared/System/Diagnostics/Debug.cs b/src/mscorlib/shared/System/Diagnostics/Debug.cs
index 59f3c378da..5178f7f5c5 100644
--- a/src/mscorlib/shared/System/Diagnostics/Debug.cs
+++ b/src/mscorlib/shared/System/Diagnostics/Debug.cs
@@ -73,8 +73,6 @@ namespace System.Diagnostics
Write(string.Format(null, format, args));
}
- private static readonly object s_ForLock = new Object();
-
[System.Diagnostics.Conditional("DEBUG")]
public static void Assert(bool condition)
{