forked from OSchip/llvm-project
[llvm-readobj] Remove unused member variable. NFC
This commit is contained in:
parent
41e7665c4b
commit
83aa91bda0
|
@ -193,7 +193,6 @@ private:
|
||||||
CPUType CompilationCPUType = CPUType::X64;
|
CPUType CompilationCPUType = CPUType::X64;
|
||||||
|
|
||||||
ScopedPrinter &Writer;
|
ScopedPrinter &Writer;
|
||||||
BinaryByteStream TypeContents;
|
|
||||||
LazyRandomTypeCollection Types;
|
LazyRandomTypeCollection Types;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue