[Lldb-commits] [PATCH] D16412: remove unused local string in IRForTarget.cpp

Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 26 10:07:51 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL262043: remove unused local string in IRForTarget.cpp (authored by aidandodds).

Changed prior to commit:
  http://reviews.llvm.org/D16412?vs=48006&id=49206#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16412

Files:
  lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp

Index: lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
===================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
@@ -134,8 +134,6 @@
 {
     llvm_function.setLinkage(GlobalValue::ExternalLinkage);
 
-    std::string name = llvm_function.getName().str();
-
     return true;
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16412.49206.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160226/06f4bb55/attachment.bin>


More information about the lldb-commits mailing list