diff options
Diffstat (limited to 'tools/memory_watcher/memory_hook.cc')
-rw-r--r-- | tools/memory_watcher/memory_hook.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/memory_watcher/memory_hook.cc b/tools/memory_watcher/memory_hook.cc index 81047a2..9c8bc03 100644 --- a/tools/memory_watcher/memory_hook.cc +++ b/tools/memory_watcher/memory_hook.cc @@ -553,4 +553,3 @@ void MemoryHook::OnUntrack(HANDLE heap, int32 id, int32 size) { if (watcher_) watcher_->OnUntrack(heap, id, size); } - |