From: Richard Smith Date: Tue, 26 Jun 2012 20:54:26 +0000 (+0000) Subject: Remove typedef which is unused after r159189. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4622fe85ab214d54297f978ee2cc31c021051e69;p=clang Remove typedef which is unused after r159189. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159224 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 MapTy; - /// BottomFrame - The frame in which evaluation started. This must be /// initialized after CurrentCall and CallStackDepth. CallStackFrame BottomFrame;