summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-03-01 22:16:56 +0100
committerJan Kotas <jkotas@microsoft.com>2019-03-01 13:16:56 -0800
commit2f4a95b3a4bc8c3a2b928eb59b7a88c5de84b4e9 (patch)
tree2cfb95fdcdcc42d344b701c758a6d1277c158a30 /src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
parent919a19ce1d000049e9dd7e886760b8f03d861af9 (diff)
downloadcoreclr-2f4a95b3a4bc8c3a2b928eb59b7a88c5de84b4e9.tar.gz
coreclr-2f4a95b3a4bc8c3a2b928eb59b7a88c5de84b4e9.tar.bz2
coreclr-2f4a95b3a4bc8c3a2b928eb59b7a88c5de84b4e9.zip
Remove unused code from EventSource (#22853)
FallbackActivityId is theoretically references in CoreFX but it's under never defined FEATURE_ACTIVITYSAMPLING and the implementation should live in CoreFX part anyway
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
index 1ca8dd06a8..c62b517906 100644
--- a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
+++ b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
@@ -344,9 +344,6 @@ internal static partial class Interop
internal static partial class Kernel32
{
[DllImport("kernel32.dll", CharSet = CharSet.Auto)]
- public static extern int GetCurrentThreadId();
-
- [DllImport("kernel32.dll", CharSet = CharSet.Auto)]
internal static extern uint GetCurrentProcessId();
}
}