Skip to content

Commit 59567e7

Browse files
committed
[ELF][Obvious] Remove unused CUDA OS/ABI struct
Summary: This did not need a separate struct because it is not past the "architecture specific" ones in the identifier. This was accidentally left when it was added somewhere else and caused unused variable warnings.
1 parent 3b337bb commit 59567e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/llvm-readobj/ELFDumper.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,6 @@ const EnumEntry<unsigned> AMDGPUElfOSABI[] = {
10941094
{"AMDGPU_MESA3D", "AMDGPU - MESA3D", ELF::ELFOSABI_AMDGPU_MESA3D}
10951095
};
10961096

1097-
const EnumEntry<unsigned> NVPTXElfOSABI[] = {
1098-
{"NVIDIA_CUDA", "NVIDIA - CUDA", ELF::ELFOSABI_CUDA},
1099-
};
1100-
11011097
const EnumEntry<unsigned> ARMElfOSABI[] = {
11021098
{"ARM", "ARM", ELF::ELFOSABI_ARM}
11031099
};

0 commit comments

Comments
 (0)