mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
Remove unused Args variable, and #include of Args.h. NFC.
llvm-svn: 324008
This commit is contained in:
parent
77e34f15c9
commit
1765028d3c
@ -25,7 +25,6 @@
|
||||
#include "lldb/Core/Module.h"
|
||||
#include "lldb/Core/Value.h"
|
||||
#include "lldb/Host/Host.h"
|
||||
#include "lldb/Interpreter/Args.h"
|
||||
#include "lldb/Symbol/ClangASTImporter.h"
|
||||
#include "lldb/Symbol/ClangExternalASTSourceCommon.h"
|
||||
#include "lldb/Symbol/ClangUtil.h"
|
||||
@ -2083,7 +2082,6 @@ bool DWARFASTParserClang::ParseTemplateParameterInfos(
|
||||
if (!parent_die)
|
||||
return false;
|
||||
|
||||
Args template_parameter_names;
|
||||
for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
|
||||
die = die.GetSibling()) {
|
||||
const dw_tag_t tag = die.Tag();
|
||||
|
Loading…
Reference in New Issue
Block a user