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;
 }
 


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;
 }
 
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to