diff options
| author | Ilia K <ki.stfu@gmail.com> | 2015-03-12 17:12:06 +0000 |
|---|---|---|
| committer | Ilia K <ki.stfu@gmail.com> | 2015-03-12 17:12:06 +0000 |
| commit | 520b0e45aac034e585fe3d20fca6d86b9a6aa6e1 (patch) | |
| tree | 76f864edb91e1757c25c4072d034c3ebbd0e2cb9 | |
| parent | ed5e4a4b63dba82e5b33c1deb23c45b87e04f4a5 (diff) | |
| download | bcm5719-llvm-520b0e45aac034e585fe3d20fca6d86b9a6aa6e1.tar.gz bcm5719-llvm-520b0e45aac034e585fe3d20fca6d86b9a6aa6e1.zip | |
Remove unused FileSpec variable from Target::GetSharedModule
llvm-svn: 232060
| -rw-r--r-- | lldb/source/Target/Target.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index ba97e0e3619..823fba00434 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -1686,7 +1686,6 @@ Target::GetSharedModule (const ModuleSpec &module_spec, Error *error_ptr) // module in the shared module cache. if (m_platform_sp) { - FileSpec platform_file_spec; error = m_platform_sp->GetSharedModule (module_spec, module_sp, &GetExecutableSearchPaths(), |

