Author: ki.stfu
Date: Thu Jul 30 00:39:31 2015
New Revision: 243621

URL: http://llvm.org/viewvc/llvm-project?rev=243621&view=rev
Log:
Clean up test/tools/lldb-mi/variable/main.cpp after r243619

Modified:
    lldb/trunk/test/tools/lldb-mi/variable/main.cpp

Modified: lldb/trunk/test/tools/lldb-mi/variable/main.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/variable/main.cpp?rev=243621&r1=243620&r2=243621&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/variable/main.cpp (original)
+++ lldb/trunk/test/tools/lldb-mi/variable/main.cpp Thu Jul 30 00:39:31 2015
@@ -80,7 +80,7 @@ gdb_set_show_print_expand_aggregates(voi
 {
     complex_type complx = { 3, { 3L }, &complx };
     complex_type complx_array[2] = { { 4, { 4L }, &complx_array[1] }, { 5, { 5 
}, &complx_array[0] } };
-    not_str nstr('a', 0), *pnstr = &nstr;
+    not_str nstr('a', 0);
 
     // BP_gdb_set_show_print_expand_aggregates
 }


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to