Remove unused MissingMemberException.FormatSignature (#69890)
authorHuo Yaoyuan <huoyaoyuan@hotmail.com>
Sat, 28 May 2022 17:07:24 +0000 (01:07 +0800)
committerGitHub <noreply@github.com>
Sat, 28 May 2022 17:07:24 +0000 (10:07 -0700)
commitf8229bbe7f6642367241ed1158a912d169cc1252
tree776ad9bae99a8a86291d6c93c3c7546e6fc77d82
parent120e2f5937a18f9a55334348a1a9bfcf0650b9fa
Remove unused MissingMemberException.FormatSignature (#69890)

* Remove unused native code

* Remove FormatSignature

* Add comment and adjust message formatting

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
14 files changed:
src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs [deleted file]
src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj
src/coreclr/nativeaot/System.Private.CoreLib/src/System/MissingMemberException.NativeAot.cs [deleted file]
src/coreclr/vm/ecalllist.h
src/coreclr/vm/excep.cpp
src/coreclr/vm/excep.h
src/coreclr/vm/stublink.h
src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
src/libraries/System.Private.CoreLib/src/System/MissingFieldException.cs
src/libraries/System.Private.CoreLib/src/System/MissingMemberException.cs
src/libraries/System.Private.CoreLib/src/System/MissingMethodException.cs
src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
src/mono/System.Private.CoreLib/src/System/MissingMemberException.Mono.cs [deleted file]