Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 402919432
Change-Id: I298b5c9480795f778103038e0a66ee9f854863a0
  • Loading branch information
martinmaas authored and ckennelly committed Oct 18, 2021
1 parent f3e6ab0 commit dd8b05f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tcmalloc/internal/lifetime_predictions.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ class LifetimeDatabase {
return arena;
}

static uint64_t bytes_allocated_ ABSL_GUARDED_BY(table_lock_);

void UpdateLRU(LifetimeStats* stats)
ABSL_EXCLUSIVE_LOCKS_REQUIRED(table_lock_) {
stats_fifo_.remove(stats);
Expand Down

0 comments on commit dd8b05f

Please sign in to comment.