Commit cd045f47 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix compilation error introduced by r18363.

Remove debugging related code.

TBR=dcarney@chromium.org

Review URL: https://codereview.chromium.org/104793005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18364 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 64d2dfa2
......@@ -21040,9 +21040,6 @@ class RequestInterruptTestBase {
virtual void TestBody() = 0;
void RunTest() {
i::FLAG_print_opt_code = true;
i::FLAG_code_comments = true;
i::FLAG_print_code_stubs = true;
InterruptThread i_thread(this);
i_thread.Start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment