diff --git a/include/llvm/MC/MCAsmLayout.h b/include/llvm/MC/MCAsmLayout.h index ae008300f0e..6152e649780 100644 --- a/include/llvm/MC/MCAsmLayout.h +++ b/include/llvm/MC/MCAsmLayout.h @@ -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::const_iterator const_iterator; - typedef llvm::SmallVectorImpl::iterator iterator; - -private: MCAssembler &Assembler; /// List of sections in layout order.