remove Isolate::debugger_initialized_

It's never used.

BUG=none
R=dcarney@chromium.org
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#25770}
This commit is contained in:
jochen 2014-12-11 03:28:25 -08:00 committed by Commit bot
parent 52c14c8dc8
commit 4c3e4f8d75

View File

@ -1232,7 +1232,6 @@ class Isolate {
Counters* counters_;
CodeRange* code_range_;
base::RecursiveMutex break_access_;
base::Atomic32 debugger_initialized_;
Logger* logger_;
StackGuard stack_guard_;
StatsTable* stats_table_;