Author: sgje...@chromium.org
Date: Fri May 29 01:50:05 2009
New Revision: 2075

Modified:
    branches/bleeding_edge/src/execution.cc

Log:
Removed unused variable to fix Linux build.

tbr=erik.co...@gmail.com
Review URL: http://codereview.chromium.org/115917

Modified: branches/bleeding_edge/src/execution.cc
==============================================================================
--- branches/bleeding_edge/src/execution.cc     (original)
+++ branches/bleeding_edge/src/execution.cc     Fri May 29 01:50:05 2009
@@ -591,7 +591,6 @@
    // Collect the break state before clearing the flags.
    bool debug_command_only =
        StackGuard::IsDebugCommand() && !StackGuard::IsDebugBreak();
-  bool is_debug_break = StackGuard::IsDebugBreak();

    // Clear the debug request flags.
    StackGuard::Continue(DEBUGBREAK);

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to