aboutsummaryrefslogtreecommitdiff
path: root/absl/container/internal/hashtable_debug.h
diff options
context:
space:
mode:
authorEvan Brown <ezb@google.com>2023-09-05 11:04:27 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-05 11:05:15 -0700
commit415a1d1cb90bfd86ca08d5bcece210c4babe6e0e (patch)
tree298b645dfbac8aea080ad049382317ae85208e11 /absl/container/internal/hashtable_debug.h
parent5c9f72faadaca7250b341b99da358e855a8d902e (diff)
downloadabseil-415a1d1cb90bfd86ca08d5bcece210c4babe6e0e.tar.gz
abseil-415a1d1cb90bfd86ca08d5bcece210c4babe6e0e.tar.bz2
abseil-415a1d1cb90bfd86ca08d5bcece210c4babe6e0e.zip
Remove the unused LowerBoundAllocatedByteSize function.
PiperOrigin-RevId: 562832827 Change-Id: If37f83e67b3b2ea350f74dd6bffae51ea5508f12
Diffstat (limited to 'absl/container/internal/hashtable_debug.h')
-rw-r--r--absl/container/internal/hashtable_debug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/absl/container/internal/hashtable_debug.h b/absl/container/internal/hashtable_debug.h
index 19d52121..c79c1a98 100644
--- a/absl/container/internal/hashtable_debug.h
+++ b/absl/container/internal/hashtable_debug.h
@@ -95,14 +95,6 @@ size_t AllocatedByteSize(const C& c) {
HashtableDebugAccess<C>::AllocatedByteSize(c);
}
-// Returns a tight lower bound for AllocatedByteSize(c) where `c` is of type `C`
-// and `c.size()` is equal to `num_elements`.
-template <typename C>
-size_t LowerBoundAllocatedByteSize(size_t num_elements) {
- return absl::container_internal::hashtable_debug_internal::
- HashtableDebugAccess<C>::LowerBoundAllocatedByteSize(num_elements);
-}
-
} // namespace container_internal
ABSL_NAMESPACE_END
} // namespace absl