projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3ca3e
)
Moves windows specific field to Debug.Windows.cs file (dotnet/corert#3733)
author
Marek Safar
<marek.safar@gmail.com>
Tue, 30 May 2017 06:29:57 +0000
(08:29 +0200)
committer
Jan Kotas
<jkotas@microsoft.com>
Tue, 30 May 2017 22:04:21 +0000
(15:04 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/mscorlib/shared/System/Diagnostics/Debug.cs
patch
|
blob
|
history
diff --git
a/src/mscorlib/shared/System/Diagnostics/Debug.cs
b/src/mscorlib/shared/System/Diagnostics/Debug.cs
index 59f3c378da211c1f6280d087825353f083c4a566..5178f7f5c5be374dc72e0aa2b60021097ec98021 100644
(file)
--- 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)
{