Skip to content

Commit 1b33055

Browse files
authored
Remove unused AssemblyMetadataAttribute and TargetFrameworkAttribute defines (#56591)
1 parent 09305a8 commit 1b33055

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/coreclr/inc/corhdr.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,12 +1869,6 @@ typedef enum LoadHintEnum
18691869
#define DEPENDENCY_TYPE_W W("System.Runtime.CompilerServices.DependencyAttribute")
18701870
#define DEPENDENCY_TYPE "System.Runtime.CompilerServices.DependencyAttribute"
18711871

1872-
#define TARGET_FRAMEWORK_TYPE_W W("System.Runtime.Versioning.TargetFrameworkAttribute")
1873-
#define TARGET_FRAMEWORK_TYPE "System.Runtime.Versioning.TargetFrameworkAttribute"
1874-
1875-
#define ASSEMBLY_METADATA_TYPE_W W("System.Reflection.AssemblyMetadataAttribute")
1876-
#define ASSEMBLY_METADATA_TYPE "System.Reflection.AssemblyMetadataAttribute"
1877-
18781872

18791873
#define CMOD_CALLCONV_NAMESPACE_OLD "System.Runtime.InteropServices"
18801874
#define CMOD_CALLCONV_NAMESPACE "System.Runtime.CompilerServices"

0 commit comments

Comments
 (0)