"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d00272f6d6b535aac4600096d94585cdeb7c4ca4"
Cleaned up a few functions that never get used.
Specifically, the expression parser used to use functions attached to SymbolContext to do lookups, but nowadays it searches a ModuleList or Module directly instead. These functions had no remaining clients so I removed them to prevent bit rot. I also removed a stray callback function from ClangExpressionDeclMap. llvm-svn: 141899
Showing
- lldb/include/lldb/Symbol/SymbolContext.h 0 additions, 48 deletionslldb/include/lldb/Symbol/SymbolContext.h
- lldb/source/Expression/ClangExpressionDeclMap.cpp 0 additions, 17 deletionslldb/source/Expression/ClangExpressionDeclMap.cpp
- lldb/source/Symbol/SymbolContext.cpp 0 additions, 77 deletionslldb/source/Symbol/SymbolContext.cpp
Loading
Please register or sign in to comment