зеркало из https://github.com/microsoft/clang-1.git
Remove leftover code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167641 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e9d417d9fc
Коммит
6af1405ad2
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче