File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -345,18 +345,6 @@ class PROTOBUF_EXPORT PROTOBUF_ALIGNAS(8) Arena final {
345
345
impl_.AddCleanup (object, destruct);
346
346
}
347
347
348
- // Retrieves the arena associated with |value| if |value| is an arena-capable
349
- // message, or nullptr otherwise. If possible, the call resolves at compile
350
- // time. Note that we can often devirtualize calls to `value->GetArena()` so
351
- // usually calling this method is unnecessary.
352
- // TODO: remove this function.
353
- template <typename T>
354
- ABSL_DEPRECATED (
355
- " This will be removed in a future release. Call value->GetArena() "
356
- " instead." )
357
- PROTOBUF_ALWAYS_INLINE static Arena* GetArena (T* value) {
358
- return GetArenaInternal (value);
359
- }
360
348
361
349
template <typename T>
362
350
class InternalHelper {
You can’t perform that action at this time.
0 commit comments