From: Argyrios Kyrtzidis Date: Fri, 9 Nov 2012 23:02:10 +0000 (+0000) Subject: Remove leftover code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6af1405ad2b30422bedee4dbe116fd693aeeeed8;p=clang Remove leftover code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167641 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ClangDataFormat.py b/utils/ClangDataFormat.py index 6e8f5aa186..ec44d2a31b 100644 --- a/utils/ClangDataFormat.py +++ b/utils/ClangDataFormat.py @@ -52,9 +52,6 @@ class SourceLocation(object): # an object with such a type name from inside that function. FramePathMapCache = {} -def findSourceManager(frame): - return findObject("clang::SourceManager", SourceManager_Paths, frame) - def findObjectExpressionPath(typename, frame): func_addr = frame.GetFunction().GetStartAddress().GetFileAddress() key = (func_addr, typename)