summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2018-02-01 21:31:14 +0000
committerJim Ingham <jingham@apple.com>2018-02-01 21:31:14 +0000
commit1765028d3c967d05b4e2ce7c60b76df096e43260 (patch)
tree250caafcd8119fafe6b750fc0a4de2c2d0750e26
parent77e34f15c93e2445708839990a1289daecdc5141 (diff)
downloadbcm5719-llvm-1765028d3c967d05b4e2ce7c60b76df096e43260.tar.gz
bcm5719-llvm-1765028d3c967d05b4e2ce7c60b76df096e43260.zip
Remove unused Args variable, and #include of Args.h. NFC.
llvm-svn: 324008
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index e4099f5bf33..25cb723a75d 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -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();
OpenPOWER on IntegriCloud