remove unused Debug::has_break_points_
authorofrobots <ofrobots@google.com>
Wed, 30 Sep 2015 06:02:14 +0000 (23:02 -0700)
committerJongsoo Yoon <join.yoon@samsung.com>
Fri, 20 Nov 2015 13:32:15 +0000 (22:32 +0900)
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

index 640355a..6a963c8 100644 (file)
@@ -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_;