Skip to content

Commit 05d32f8

Browse files
GC.Collect
1 parent 19076e4 commit 05d32f8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis

src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/NodeFactory.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public NodeFactory(
4646
{
4747
_target = context.Target;
4848

49-
InitialInterfaceDispatchStub = new AddressTakenExternFunctionSymbolNode(new Utf8String("RhpInitialDynamicInterfaceDispatch"u8));
50-
5149
_context = context;
5250
_compilationModuleGroup = compilationModuleGroup;
5351
_vtableSliceProvider = vtableSliceProvider;
@@ -107,11 +105,6 @@ public NameMangler NameMangler
107105
get;
108106
}
109107

110-
public ISymbolNode InitialInterfaceDispatchStub
111-
{
112-
get;
113-
}
114-
115108
public PreinitializationManager PreinitializationManager
116109
{
117110
get;

0 commit comments

Comments
 (0)