diff --git a/src/coreclr/inc/corhdr.h b/src/coreclr/inc/corhdr.h index ecefcef61acd44..fc5d8e6ab1ff3a 100644 --- a/src/coreclr/inc/corhdr.h +++ b/src/coreclr/inc/corhdr.h @@ -1869,12 +1869,6 @@ typedef enum LoadHintEnum #define DEPENDENCY_TYPE_W W("System.Runtime.CompilerServices.DependencyAttribute") #define DEPENDENCY_TYPE "System.Runtime.CompilerServices.DependencyAttribute" -#define TARGET_FRAMEWORK_TYPE_W W("System.Runtime.Versioning.TargetFrameworkAttribute") -#define TARGET_FRAMEWORK_TYPE "System.Runtime.Versioning.TargetFrameworkAttribute" - -#define ASSEMBLY_METADATA_TYPE_W W("System.Reflection.AssemblyMetadataAttribute") -#define ASSEMBLY_METADATA_TYPE "System.Reflection.AssemblyMetadataAttribute" - #define CMOD_CALLCONV_NAMESPACE_OLD "System.Runtime.InteropServices" #define CMOD_CALLCONV_NAMESPACE "System.Runtime.CompilerServices"