Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mono/metadata/appdomain-icalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ ves_icall_System_AppDomain_InternalGetDefaultContext (MonoError *error);
MonoAppContextHandle
ves_icall_System_AppDomain_InternalSetContext (MonoAppContextHandle mc, MonoError *error);

gint32
ves_icall_System_AppDomain_GetIDFromDomain (MonoAppDomain * ad);

MonoStringHandle
ves_icall_System_AppDomain_InternalGetProcessGuid (MonoStringHandle newguid, MonoError *error);

Expand Down
6 changes: 0 additions & 6 deletions mono/metadata/appdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -2523,12 +2523,6 @@ ves_icall_System_AppDomain_ExecuteAssembly (MonoAppDomainHandle ad,
return res;
}

gint32
ves_icall_System_AppDomain_GetIDFromDomain (MonoAppDomain * ad)
{
return ad->data->domain_id;
}

MonoAppDomainHandle
ves_icall_System_AppDomain_InternalSetDomain (MonoAppDomainHandle ad, MonoError* error)
{
Expand Down