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:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs b/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs
index ac32fbbe546..d78b275f49e 100644
--- a/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs
@@ -44,11 +44,6 @@ namespace Internal.TypeSystem.Interop
return context.SystemModule.GetKnownType("System.Runtime.InteropServices", "MemoryMarshal");
}
- public static MetadataType GetStubHelpers(TypeSystemContext context)
- {
- return context.SystemModule.GetKnownType("System.StubHelpers", "StubHelpers");
- }
-
public static MetadataType GetNativeFunctionPointerWrapper(TypeSystemContext context)
{
return context.SystemModule.GetKnownType("System.Runtime.InteropServices", "NativeFunctionPointerWrapper");