Skip to content

Commit 8b7f379

Browse files
[AppleAccelTable][NFC] Remove struct keyword from member decl
This is only needed in C. Depends on D151989 Differential Revision: https://reviews.llvm.org/D152155
1 parent 018d8ac commit 8b7f379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ class AppleAcceleratorTable : public DWARFAcceleratorTable {
103103
extractOffset(std::optional<DWARFFormValue> Value) const;
104104
};
105105

106-
struct Header Hdr;
107-
struct HeaderData HdrData;
106+
Header Hdr;
107+
HeaderData HdrData;
108108
bool IsValid = false;
109109

110110
/// Returns true if we should continue scanning for entries or false if we've

0 commit comments

Comments
 (0)