From: Rafael Espindola Date: Tue, 26 May 2015 01:56:56 +0000 (+0000) Subject: Delete dead code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=369611994b6bf0e45f45fe25c42f3bbcd3936410;p=oota-llvm.git Delete dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238168 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.