[cfe-commits] r159224 - /cfe/trunk/lib/AST/ExprConstant.cpp
Richard Smith
richard-llvm at metafoo.co.uk
Tue Jun 26 13:54:26 PDT 2012
Author: rsmith
Date: Tue Jun 26 15:54:26 2012
New Revision: 159224
URL: http://llvm.org/viewvc/llvm-project?rev=159224&view=rev
Log:
Remove typedef which is unused after r159189.
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=159224&r1=159223&r2=159224&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Tue Jun 26 15:54:26 2012
@@ -363,10 +363,6 @@
/// 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;
More information about the cfe-commits
mailing list