summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Symbol/SymbolFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Symbol/SymbolFile.cpp b/lldb/source/Symbol/SymbolFile.cpp
index 357cfbcd131..0923578ff9e 100644
--- a/lldb/source/Symbol/SymbolFile.cpp
+++ b/lldb/source/Symbol/SymbolFile.cpp
@@ -99,7 +99,6 @@ SymbolFile::GetTypeSystemForLanguage (lldb::LanguageType language)
uint32_t
SymbolFile::ResolveSymbolContext (const FileSpec& file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list)
{
- sc_list.Clear();
return 0;
}
OpenPOWER on IntegriCloud