Rollback: "Add ABSL_ATTRIBUTE_NOINLINE to PrepareInsertLargeSlow."

PiperOrigin-RevId: 925005394
Change-Id: I936be3c5c4f349c0923c86235f1bdc6b73143520
This commit is contained in:
Abseil Team
2026-06-01 17:37:46 -07:00
committed by Copybara-Service
parent d873f87006
commit 89ffed9131

View File

@@ -1669,7 +1669,6 @@ size_t RehashOrGrowToNextCapacityAndPrepareInsert(
// Slow path for PrepareInsertLarge that is called when the table has deleted
// slots or need to be resized or rehashed.
ABSL_ATTRIBUTE_NOINLINE
size_t PrepareInsertLargeSlow(CommonFields& common,
const PolicyFunctions& __restrict policy,
size_t hash) {