| Index: third_party/tcmalloc/vendor/src/common.h
|
| diff --git a/third_party/tcmalloc/vendor/src/common.h b/third_party/tcmalloc/vendor/src/common.h
|
| index 72725ca123106c70906e3827a8cb96ffee82079d..49458f24a14de287bb08e82789d1f895ad793f41 100644
|
| --- a/third_party/tcmalloc/vendor/src/common.h
|
| +++ b/third_party/tcmalloc/vendor/src/common.h
|
| @@ -221,9 +221,6 @@ class SizeMap {
|
| inline int num_objects_to_move(size_t cl) {
|
| return num_objects_to_move_[cl];
|
| }
|
| -
|
| - // Dump contents of the computed size map
|
| - void Dump(TCMalloc_Printer* out);
|
| };
|
|
|
| // Allocates "bytes" worth of memory and returns it. Increments
|
|
|