Format. NFC.
llvm-svn: 284697
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h
index fcac34c..0708c2b 100644
--- a/lld/ELF/InputSection.h
+++ b/lld/ELF/InputSection.h
@@ -54,15 +54,10 @@
public:
Kind kind() const { return (Kind)SectionKind; }
- // Used for garbage collection.
- unsigned Live : 1;
-
+ unsigned Live : 1; // for garbage collection
unsigned Compressed : 1;
-
uint32_t Alignment;
-
StringRef Name;
-
ArrayRef<uint8_t> Data;
ArrayRef<uint8_t> getData(const SectionPiece &P) const;