| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index 80e6970e34caccbceb0d0f499443b9b6f7bd1dc2..9a110475dc9dfb3c95d7b2913de8189588a196d1 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -350,11 +350,6 @@ class Debug {
|
| return reinterpret_cast<Address*>(address);
|
| }
|
|
|
| - // Support for saving/restoring registers when handling debug break calls.
|
| - Object** register_address(int r) {
|
| - return ®isters_[r];
|
| - }
|
| -
|
| static const int kEstimatedNofDebugInfoEntries = 16;
|
| static const int kEstimatedNofBreakPointsInFunction = 16;
|
|
|
| @@ -586,7 +581,6 @@ class Debug {
|
| };
|
|
|
| // Storage location for registers when handling debug break calls
|
| - JSCallerSavedBuffer registers_;
|
| ThreadLocal thread_local_;
|
| void ThreadInit();
|
|
|
|
|