From 369611994b6bf0e45f45fe25c42f3bbcd3936410 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 26 May 2015 01:56:56 +0000 Subject: [PATCH] Delete dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238168 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAsmLayout.h | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.34.1