| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index e86566b3a7b4fc5042979367daace0814a73c800..194ad9d015898f75f1044371a290a1501873fb9d 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -388,9 +388,6 @@ class Logger {
|
| // Internal configurable move event.
|
| void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
|
|
|
| - // Internal configurable move event.
|
| - void DeleteEventInternal(LogEventsAndTags event, Address from);
|
| -
|
| // Emits the source code of a regexp. Used by regexp events.
|
| void LogRegExpSource(Handle<JSRegExp> regexp);
|
|
|
|
|