diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-06-26 20:54:26 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-06-26 20:54:26 +0000 |
commit | 4622fe85ab214d54297f978ee2cc31c021051e69 (patch) | |
tree | b893fac12963c7d2b34ae5d100933df74fc7658f /lib/AST/ExprConstant.cpp | |
parent | 2d44d77fed3200e2eff289f55493317e90d3398c (diff) |
Remove typedef which is unused after r159189.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index d81151dc1a..f92639f914 100644 --- a/lib/AST/ExprConstant.cpp +++ b/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; |