[AppleAccelTable][NFC] Remove `struct` keyword from member decl
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Sat, 3 Jun 2023 10:37:30 +0000 (06:37 -0400)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Mon, 5 Jun 2023 13:55:12 +0000 (09:55 -0400)
This is only needed in C.

Depends on D151989

Differential Revision: https://reviews.llvm.org/D152155

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

index 278a1b871a97702c8e7b97ef160197e9e26a33c2..77d33b10abe5a858372571b25f6898a8b1b9d7ab 100644 (file)
@@ -103,8 +103,8 @@ class AppleAcceleratorTable : public DWARFAcceleratorTable {
     extractOffset(std::optional<DWARFFormValue> Value) const;
   };
 
-  struct Header Hdr;
-  struct HeaderData HdrData;
+  Header Hdr;
+  HeaderData HdrData;
   bool IsValid = false;
 
   /// Returns true if we should continue scanning for entries or false if we've