Skip to content

Commit

Permalink
Remove unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed Jan 6, 2023
1 parent 522d3a7 commit a348398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/vm/ecalllist.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ FCFuncStart(gRuntimeAssemblyFuncs)
FCFuncElement("GetToken", AssemblyHandle::GetToken)
FCFuncEnd()

FCFuncStart(gAssemblyBuilderFuncs)
FCFuncEnd()

FCFuncStart(gAssemblyLoadContextFuncs)
FCFuncElement("GetLoadedAssemblies", AppDomainNative::GetLoadedAssemblies)
FCFuncElement("IsTracingEnabled", AssemblyNative::IsTracingEnabled)
Expand Down Expand Up @@ -753,7 +750,6 @@ FCClassElement("ObjectMarshaler", "System.StubHelpers", gObjectMarshalerFuncs)
#endif

FCClassElement("RuntimeAssembly", "System.Reflection", gRuntimeAssemblyFuncs)
FCClassElement("RuntimeAssemblyBuilder", "System.Reflection.Emit", gAssemblyBuilderFuncs)
FCClassElement("RuntimeFieldHandle", "System", gCOMFieldHandleNewFuncs)
FCClassElement("RuntimeHelpers", "System.Runtime.CompilerServices", gRuntimeHelpers)
FCClassElement("RuntimeMethodHandle", "System", gRuntimeMethodHandle)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,6 @@
<DiagnosticId>CP0002</DiagnosticId>
<Target>F:System.Resources.ResourceSet.Reader</Target>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Reflection.Emit.ModuleBuilder.GetConstructorToken(System.Reflection.ConstructorInfo)</Target>
<Left>ref/net8.0/System.Private.CoreLib.dll</Left>
<Right>lib/net8.0/System.Private.CoreLib.dll</Right>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Reflection.Emit.ModuleBuilder.GetFieldToken(System.Reflection.FieldInfo)</Target>
<Left>ref/net8.0/System.Private.CoreLib.dll</Left>
<Right>lib/net8.0/System.Private.CoreLib.dll</Right>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Reflection.Emit.ModuleBuilder.GetSignatureToken(System.Reflection.Emit.SignatureHelper)</Target>
<Left>ref/net8.0/System.Private.CoreLib.dll</Left>
<Right>lib/net8.0/System.Private.CoreLib.dll</Right>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Reflection.Emit.ModuleBuilder.GetStringConstant(System.String)</Target>
<Left>ref/net8.0/System.Private.CoreLib.dll</Left>
<Right>lib/net8.0/System.Private.CoreLib.dll</Right>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:System.Reflection.Emit.ModuleBuilder.GetTypeToken(System.Type,System.Boolean)</Target>
<Left>ref/net8.0/System.Private.CoreLib.dll</Left>
<Right>lib/net8.0/System.Private.CoreLib.dll</Right>
</Suppression>
<Suppression>
<DiagnosticId>CP0013</DiagnosticId>
<Target>M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(System.String)</Target>
Expand Down

0 comments on commit a348398

Please sign in to comment.