Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2020-12-24 11:01:22 +0300
committerGitHub <noreply@github.com>2020-12-24 11:01:22 +0300
commit833d3533988361e71e7af0391f0b8b3db10e72e4 (patch)
tree4bd71a76fa20cea69e9b0cf045fc6dc9f7c4a24b /src/coreclr/vm/ecall.h
parentc5f3704cb1f98c9b133d547011241d1ee0b4694b (diff)
Refactor more of thread creation into shared CoreLib partition (#46244)
Diffstat (limited to 'src/coreclr/vm/ecall.h')
-rw-r--r--src/coreclr/vm/ecall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/vm/ecall.h b/src/coreclr/vm/ecall.h
index f1fedf2cbeb..387bbc2e9dd 100644
--- a/src/coreclr/vm/ecall.h
+++ b/src/coreclr/vm/ecall.h
@@ -116,7 +116,6 @@ class ECall
DYNAMICALLY_ASSIGNED_FCALL_IMPL(CtorSBytePtrManaged, NULL) \
DYNAMICALLY_ASSIGNED_FCALL_IMPL(CtorSBytePtrStartLengthManaged, NULL) \
DYNAMICALLY_ASSIGNED_FCALL_IMPL(CtorSBytePtrStartLengthEncodingManaged, NULL) \
- DYNAMICALLY_ASSIGNED_FCALL_IMPL(InternalGetCurrentThread, NULL) \
#define DYNAMICALLY_ASSIGNED_FCALLS() _DYNAMICALLY_ASSIGNED_FCALLS_BASE()