diff options
Diffstat (limited to 'tools/memory_watcher/memory_watcher.cc')
-rw-r--r-- | tools/memory_watcher/memory_watcher.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc index 9b6e3ed..0d05fcb 100644 --- a/tools/memory_watcher/memory_watcher.cc +++ b/tools/memory_watcher/memory_watcher.cc @@ -204,5 +204,3 @@ void MemoryWatcher::DumpLeaks() { fprintf(file_, "Total Bytes: %d\n", block_map_size_); CloseLogFile(); } - - |