Skip to content

Commit a9f51aa

Browse files
TCMalloc Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 820909080 Change-Id: I6f7af3cb464d39e8046cc8bf35c397b94627e5fa
1 parent bddd0d0 commit a9f51aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tcmalloc/malloc_extension.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -508,14 +508,6 @@ class MallocExtension final {
508508
// The old names to get and set profile sampling intervals used "rate" to
509509
// refer to intervals. Use of the below is deprecated to avoid confusion.
510510
ABSL_DEPRECATE_AND_INLINE()
511-
static int64_t GetProfileSamplingRate() {
512-
return GetProfileSamplingInterval();
513-
}
514-
ABSL_DEPRECATE_AND_INLINE()
515-
static void SetProfileSamplingRate(int64_t rate) {
516-
SetProfileSamplingInterval(rate);
517-
}
518-
ABSL_DEPRECATE_AND_INLINE()
519511
static int64_t GetGuardedSamplingRate() {
520512
return GetGuardedSamplingInterval();
521513
}

0 commit comments

Comments
 (0)