[llvm] r238168 - Delete dead code.
Rafael Espindola
rafael.espindola at gmail.com
Mon May 25 18:56:56 PDT 2015
Author: rafael
Date: Mon May 25 20:56:56 2015
New Revision: 238168
URL: http://llvm.org/viewvc/llvm-project?rev=238168&view=rev
Log:
Delete dead code.
Modified:
llvm/trunk/include/llvm/MC/MCAsmLayout.h
Modified: llvm/trunk/include/llvm/MC/MCAsmLayout.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAsmLayout.h?rev=238168&r1=238167&r2=238168&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAsmLayout.h (original)
+++ llvm/trunk/include/llvm/MC/MCAsmLayout.h Mon May 25 20:56:56 2015
@@ -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.
More information about the llvm-commits
mailing list