From 62e5f4de3d968e8f1c6b620a0dc6324562720c9d Mon Sep 17 00:00:00 2001 From: "Arnaud A. de Grandmaison" Date: Sat, 22 Mar 2014 20:23:26 +0000 Subject: Cleanup some dead assignements reported by scan-build No functionnal change. llvm-svn: 204545 --- lldb/source/Core/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/Module.cpp') diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp index 45ce08f6aab..588c3eacc11 100644 --- a/lldb/source/Core/Module.cpp +++ b/lldb/source/Core/Module.cpp @@ -959,7 +959,7 @@ Module::FindTypes (const SymbolContext& sc, { // The "type_name_cstr" will have been modified if we have a valid type class // prefix (like "struct", "class", "union", "typedef" etc). - num_matches = FindTypes_Impl(sc, ConstString(type_name_cstr), NULL, append, max_matches, types); + FindTypes_Impl(sc, ConstString(type_name_cstr), NULL, append, max_matches, types); types.RemoveMismatchedTypes (type_class); num_matches = types.GetSize(); } -- cgit v1.2.3