diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2020-01-03 11:24:12 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2020-01-03 11:24:16 +0100 |
| commit | 2e033244417c1b9947ee28795568bc33a1efe781 (patch) | |
| tree | 0620f07511becf81f4c19b6eefa3cfb2986d42cc /lldb/include | |
| parent | 1711f886fd801581b6b5505cc165c977294d311a (diff) | |
| download | bcm5719-llvm-2e033244417c1b9947ee28795568bc33a1efe781.tar.gz bcm5719-llvm-2e033244417c1b9947ee28795568bc33a1efe781.zip | |
[lldb][NFC] Remove forward declaration for non-existent type clang::Action and delete references to it
There is no clang::Action anymore so our forward decl for it and the obsolete pointer in the
ASTStructExtractor can both go (that code anyway didn't do anything).
Diffstat (limited to 'lldb/include')
| -rw-r--r-- | lldb/include/lldb/Core/ClangForward.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/ClangForward.h b/lldb/include/lldb/Core/ClangForward.h index 6b24b47c8a9..0bc331438e5 100644 --- a/lldb/include/lldb/Core/ClangForward.h +++ b/lldb/include/lldb/Core/ClangForward.h @@ -17,7 +17,6 @@ namespace Builtin { class Context; } -class Action; class ASTConsumer; class ASTContext; class ASTRecordLayout; |

