mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-25 22:04:36 +00:00
Remove some unused private fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
422574b6f8
commit
55525ab26b
@ -14,7 +14,7 @@ using namespace llvm::pdb;
|
|||||||
|
|
||||||
PrettyClassLayoutGraphicalDumper::PrettyClassLayoutGraphicalDumper(
|
PrettyClassLayoutGraphicalDumper::PrettyClassLayoutGraphicalDumper(
|
||||||
LinePrinter &P)
|
LinePrinter &P)
|
||||||
: PDBSymDumper(true), Printer(P) {}
|
: PDBSymDumper(true) {}
|
||||||
|
|
||||||
bool PrettyClassLayoutGraphicalDumper::start(const ClassLayout &Layout) {
|
bool PrettyClassLayoutGraphicalDumper::start(const ClassLayout &Layout) {
|
||||||
return false;
|
return false;
|
||||||
|
@ -34,10 +34,6 @@ public:
|
|||||||
void dump(const PDBSymbolTypeTypedef &Symbol) override;
|
void dump(const PDBSymbolTypeTypedef &Symbol) override;
|
||||||
void dump(const PDBSymbolTypeUDT &Symbol) override;
|
void dump(const PDBSymbolTypeUDT &Symbol) override;
|
||||||
void dump(const PDBSymbolTypeVTable &Symbol) override;
|
void dump(const PDBSymbolTypeVTable &Symbol) override;
|
||||||
|
|
||||||
private:
|
|
||||||
bool DumpedAnything = false;
|
|
||||||
LinePrinter &Printer;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user