Author: jmolenda
Date: Tue Oct 14 22:06:23 2014
New Revision: 219770

URL: http://llvm.org/viewvc/llvm-project?rev=219770&view=rev
Log:
Remove unneeded local var initialization.
clang static analyzer fixit.

Modified:
    lldb/trunk/source/Target/ThreadPlanStepInRange.cpp

Modified: lldb/trunk/source/Target/ThreadPlanStepInRange.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/ThreadPlanStepInRange.cpp?rev=219770&r1=219769&r2=219770&view=diff
==============================================================================
--- lldb/trunk/source/Target/ThreadPlanStepInRange.cpp (original)
+++ lldb/trunk/source/Target/ThreadPlanStepInRange.cpp Tue Oct 14 22:06:23 2014
@@ -105,7 +105,6 @@ ThreadPlanStepInRange::SetupAvoidNoDebug
     else
         GetFlags().Clear (ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
     
-    avoid_nodebug = true;
     switch (step_out_avoids_code_without_debug_info)
     {
         case eLazyBoolYes:


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to