summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-05-26 01:56:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-05-26 01:56:56 +0000
commit0a415bf28dab2f91fbcce620a0e77c85ee9cbeb7 (patch)
treeaeb34ec9948bf8c235de9488ed78f707f12e90b0
parented34d58c092b33b87068234f6f0be44444066ddb (diff)
downloadbcm5719-llvm-0a415bf28dab2f91fbcce620a0e77c85ee9cbeb7.tar.gz
bcm5719-llvm-0a415bf28dab2f91fbcce620a0e77c85ee9cbeb7.zip
Delete dead code.
llvm-svn: 238168
-rw-r--r--llvm/include/llvm/MC/MCAsmLayout.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/MC/MCAsmLayout.h b/llvm/include/llvm/MC/MCAsmLayout.h
index ae008300f0e..6152e649780 100644
--- a/llvm/include/llvm/MC/MCAsmLayout.h
+++ b/llvm/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<MCSectionData *>::const_iterator const_iterator;
- typedef llvm::SmallVectorImpl<MCSectionData *>::iterator iterator;
-
-private:
MCAssembler &Assembler;
/// List of sections in layout order.
OpenPOWER on IntegriCloud