amccarth marked an inline comment as done.

================
Comment at: 
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp:11
@@ -10,2 +10,3 @@
+#include <chrono>
 #include <iostream>
 #include <stdio.h>
----------------
ovyalov wrote:
> You may remove iostream since getchar is no longer needed.
Done since getchar actually comes from stdio.h anyway.


http://reviews.llvm.org/D19035



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to