| Index: third_party/tcmalloc/chromium/src/span.h
|
| diff --git a/third_party/tcmalloc/chromium/src/span.h b/third_party/tcmalloc/chromium/src/span.h
|
| index ab9a7967fda5ea3f98ab4d7708920e008c417713..08db6292f95ad58f145cb5ab30b988f77e09d6a8 100644
|
| --- a/third_party/tcmalloc/chromium/src/span.h
|
| +++ b/third_party/tcmalloc/chromium/src/span.h
|
| @@ -96,11 +96,6 @@ void DLL_Prepend(Span* list, Span* span);
|
| // Return the length of the linked list. O(n)
|
| int DLL_Length(const Span* list);
|
|
|
| -// Print the contents of the list to stderr.
|
| -#if 0 // This isn't used.
|
| -void DLL_Print(const char* label, const Span* list);
|
| -#endif
|
| -
|
| } // namespace tcmalloc
|
|
|
| #endif // TCMALLOC_SPAN_H_
|
|
|