| Index: runtime/vm/handles.h
|
| diff --git a/runtime/vm/handles.h b/runtime/vm/handles.h
|
| index 92acd35a5d42d3e03bb9f695d98d2e4c2aadc5af..a512fd8ae8a2601f91e5d6a6f21456fd0e116ff9 100644
|
| --- a/runtime/vm/handles.h
|
| +++ b/runtime/vm/handles.h
|
| @@ -176,9 +176,6 @@ class Handles {
|
| void set_next_block(HandlesBlock* next) { next_block_ = next; }
|
|
|
| private:
|
| - // Zap value used to indicate uninitialized handle area (debug purposes).
|
| - static const uword kZapUninitializedWord = 0xabababab;
|
| -
|
| uword data_[kHandleSizeInWords * kHandlesPerChunk]; // Handles area.
|
| intptr_t next_handle_slot_; // Next slot for allocation in current block.
|
| HandlesBlock* next_block_; // Link to next block of handles.
|
|
|