Delete CallingConventions.cs (#70001)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Tue, 31 May 2022 12:48:42 +0000 (21:48 +0900)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 12:48:42 +0000 (05:48 -0700)
commita76568c0cfcc8a081acd69ba8373a73b3a7db5ff
tree002bbadbc4ca69f4140151e014a2689293bba14b
parentc9742b32bae35fd546f6ed844d48ccf195626ba7
Delete CallingConventions.cs (#70001)

This file was added for universal shared code. We can restore it again if it's needed, but we don't need it now.

On NativeAOT we could leverage the CCC for reflection invoke, but this code was never updated to work outside Windows. It's safer to delete it.
31 files changed:
src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/Augments/TypeLoaderCallbacks.cs
src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/TypeLoaderExports.cs
src/coreclr/nativeaot/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/ExecutionEnvironmentImplementation.MappingTables.cs
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/CallConverterThunk.CallConversionInfo.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/CallConverterThunk.CallConversionParameters.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/CallConverterThunk.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/CallingConventions.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/DispatchCellInfo.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/FixupCellMetadataResolver.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/LazyVtableResolverThunk.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/MetadataFixupKind.cs [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/CallingConvention.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/amd64/CallDescrWorkerAMD64.asm [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/amd64/asmconstants.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/amd64/cGenCpu.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmconstants.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/asmhelpers.asm [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm/cgencpu.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/CallDescrWorkerARM64.asm [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/asmconstants.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/arm64/cgencpu.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/callhelpers.cpp [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/callhelpers.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmconstants.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/asmhelpers.asm [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/i386/cgencpu.h [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/readme.txt [deleted file]
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeBuilder.cs
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.cs
src/coreclr/nativeaot/System.Private.TypeLoader/src/System.Private.TypeLoader.csproj