]> granicus.if.org Git - clang/commitdiff
Remove typedef which is unused after r159189.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 26 Jun 2012 20:54:26 +0000 (20:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 26 Jun 2012 20:54:26 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159224 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index d81151dc1aa24b89c09c6f4d804fe6320f2e125b..f92639f9142e885a3e4d77b96f09a55bcf27837a 100644 (file)
@@ -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;