[llvm-readobj] Remove unused member variable. NFC

This commit is contained in:
Fangrui Song 2022-08-13 18:14:24 -07:00
parent 41e7665c4b
commit 83aa91bda0
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ private:
CPUType CompilationCPUType = CPUType::X64;
ScopedPrinter &Writer;
BinaryByteStream TypeContents;
LazyRandomTypeCollection Types;
};