[Lldb-commits] [lldb] r232060 - Remove unused FileSpec variable from Target::GetSharedModule
Ilia K
ki.stfu at gmail.com
Thu Mar 12 10:12:07 PDT 2015
Author: ki.stfu
Date: Thu Mar 12 12:12:06 2015
New Revision: 232060
URL: http://llvm.org/viewvc/llvm-project?rev=232060&view=rev
Log:
Remove unused FileSpec variable from Target::GetSharedModule
Modified:
lldb/trunk/source/Target/Target.cpp
Modified: lldb/trunk/source/Target/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Target.cpp?rev=232060&r1=232059&r2=232060&view=diff
==============================================================================
--- lldb/trunk/source/Target/Target.cpp (original)
+++ lldb/trunk/source/Target/Target.cpp Thu Mar 12 12:12:06 2015
@@ -1686,7 +1686,6 @@ Target::GetSharedModule (const ModuleSpe
// module in the shared module cache.
if (m_platform_sp)
{
- FileSpec platform_file_spec;
error = m_platform_sp->GetSharedModule (module_spec,
module_sp,
&GetExecutableSearchPaths(),
More information about the lldb-commits
mailing list