mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 12:04:48 +00:00
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eac71e23fd
commit
369611994b
@ -28,11 +28,6 @@ class MCSymbolData;
|
||||
/// efficiently compute the exact address of any symbol in the assembly file,
|
||||
/// even during the relaxation process.
|
||||
class MCAsmLayout {
|
||||
public:
|
||||
typedef llvm::SmallVectorImpl<MCSectionData *>::const_iterator const_iterator;
|
||||
typedef llvm::SmallVectorImpl<MCSectionData *>::iterator iterator;
|
||||
|
||||
private:
|
||||
MCAssembler &Assembler;
|
||||
|
||||
/// List of sections in layout order.
|
||||
|
Loading…
Reference in New Issue
Block a user