| Index: src/apiutils.h
|
| diff --git a/src/apiutils.h b/src/apiutils.h
|
| index 71c0e1c2c4869c2e5a40eb933037368bca1d33e7..9831f08669a0453ded3da24775cd779daece3a02 100644
|
| --- a/src/apiutils.h
|
| +++ b/src/apiutils.h
|
| @@ -67,10 +67,6 @@ class ImplementationUtilities {
|
| // Introduce an alias for the handle scope data to allow non-friends
|
| // to access the HandleScope data.
|
| typedef v8::HandleScope::Data HandleScopeData;
|
| -
|
| -#ifdef DEBUG
|
| - static void ZapHandleRange(internal::Object** begin, internal::Object** end);
|
| -#endif
|
| };
|
|
|
| } // namespace v8
|
|
|