| commit | 1a0a24f1104af4a4b4df80ab729ff3640a44eb70 | [log] [tgz] |
|---|---|---|
| author | Nathan Lanza <nathan@lanza.io> | Wed Mar 27 19:15:13 2019 +0000 |
| committer | Nathan Lanza <nathan@lanza.io> | Wed Mar 27 19:15:13 2019 +0000 |
| tree | 22bd845e031b811ec5e6d179475ac652c675da02 | |
| parent | 7b4e9a1c7a24ea6b6892dc66ea6c62d3396df066 [diff] |
Kill unused variable m_tu_decl_up in SymbolFilePDB Summary: An TranslationUnitDecl was being brought in from the clang::ASTContext which required clang specific code to exist in SymbolFilePDB. Since it was unused we can just get rid of it along with the clang specific code. Reviewers: rnk, zturner, compnerd Reviewed By: compnerd Subscribers: jdoerfert Differential Revision: https://reviews.llvm.org/D59804 llvm-svn: 357113