summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-10-13 16:49:47 +0000
committerSean Callanan <scallanan@apple.com>2011-10-13 16:49:47 +0000
commitb96ff33b0e4b73264b270ace256ffad8ab0522cb (patch)
tree250cadd8abc1a474b51144eae6341426aa753016 /lldb/source/Core/Module.cpp
parentadcf7c92035e49e27065d577e58bc5d66e8aef4b (diff)
downloadbcm5719-llvm-b96ff33b0e4b73264b270ace256ffad8ab0522cb.tar.gz
bcm5719-llvm-b96ff33b0e4b73264b270ace256ffad8ab0522cb.zip
Removed namespace qualification from symbol queries.
llvm-svn: 141866
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index 429362c6ab5..3f8a7635144 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -687,7 +687,7 @@ Module::SymbolIndicesToSymbolContextList (Symtab *symtab, std::vector<uint32_t>
}
size_t
-Module::FindSymbolsWithNameAndType (const ConstString &name, const ClangNamespaceDecl *namespace_decl, SymbolType symbol_type, SymbolContextList &sc_list)
+Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list)
{
// No need to protect this call using m_mutex all other method calls are
// already thread safe.
OpenPOWER on IntegriCloud