summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-06-26 20:54:26 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-06-26 20:54:26 +0000
commitb063d93cfb6472bc7e6cdfb3565bf8a8c8f74fcb (patch)
tree5e8f57a3583df4e9b7ff66c5f61d1355bfd3e193
parent5188c4b9cc063b1be5fbb4688711f91b7cadd62f (diff)
downloadbcm5719-llvm-b063d93cfb6472bc7e6cdfb3565bf8a8c8f74fcb.tar.gz
bcm5719-llvm-b063d93cfb6472bc7e6cdfb3565bf8a8c8f74fcb.zip
Remove typedef which is unused after r159189.
llvm-svn: 159224
-rw-r--r--clang/lib/AST/ExprConstant.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp
index d81151dc1aa..f92639f9142 100644
--- a/clang/lib/AST/ExprConstant.cpp
+++ b/clang/lib/AST/ExprConstant.cpp
@@ -363,10 +363,6 @@ namespace {
/// NextCallIndex - The next call index to assign.
unsigned NextCallIndex;
- // Note that we intentionally use std::map here so that references
- // to values are stable.
- typedef std::map<const OpaqueValueExpr*, APValue> MapTy;
-
/// BottomFrame - The frame in which evaluation started. This must be
/// initialized after CurrentCall and CallStackDepth.
CallStackFrame BottomFrame;
OpenPOWER on IntegriCloud