Skip to content

Commit 3700587

Browse files
[BinaryFormat] Remove redundant declarations (NFC) (#166316)
In C++17, static constexpr members are implicitly inline, so they no longer require an out-of-line definition. Once we remove the redundant declarations, Minidump.cpp becomes effectively empty, so this patch removes the file. Identified with readability-redundant-declaration.
1 parent c2269c8 commit 3700587

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

llvm/lib/BinaryFormat/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ add_llvm_component_library(LLVMBinaryFormat
66
ELF.cpp
77
MachO.cpp
88
Magic.cpp
9-
Minidump.cpp
109
MsgPackDocument.cpp
1110
MsgPackDocumentYAML.cpp
1211
MsgPackReader.cpp

llvm/lib/BinaryFormat/Minidump.cpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)