From d08833f9137fa530bff631c2537b42fc6067792f Mon Sep 17 00:00:00 2001 From: ofrobots Date: Tue, 29 Sep 2015 23:02:14 -0700 Subject: [PATCH] remove unused Debug::has_break_points_ Previous debug refactoring changes removed uses of has_break_points_, but omitted removing the field itself. This is not necessary anymore. R=yangguo@chromium.org BUG= Review URL: https://codereview.chromium.org/1382443002 Cr-Commit-Position: refs/heads/master@{#31016} --- src/debug/debug.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug/debug.h b/src/debug/debug.h index 640355a..6a963c8 100644 --- a/src/debug/debug.h +++ b/src/debug/debug.h @@ -592,7 +592,6 @@ class Debug { bool is_active_; bool is_suppressed_; bool live_edit_enabled_; - bool has_break_points_; bool break_disabled_; bool in_debug_event_listener_; bool break_on_exception_; -- 2.7.4