Commit fd58e18f by Abseil Team Committed by Copybara-Service

Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW

PiperOrigin-RevId: 666465929
Change-Id: Idcbed10e4e787f625f45460cd3651a37d06845bc
parent 2abe94a3
......@@ -858,7 +858,6 @@
#else
#define ABSL_ATTRIBUTE_VIEW
#endif
#define ABSL_INTERNAL_ATTRIBUTE_VIEW ABSL_ATTRIBUTE_VIEW // Deprecated
// ABSL_ATTRIBUTE_OWNER indicates that a type is a container, smart pointer, or
// similar class that owns all the data that it points to.
......@@ -890,7 +889,6 @@
#else
#define ABSL_ATTRIBUTE_OWNER
#endif
#define ABSL_INTERNAL_ATTRIBUTE_OWNER ABSL_ATTRIBUTE_OWNER // Deprecated
// ABSL_ATTRIBUTE_TRIVIAL_ABI
// Indicates that a type is "trivially relocatable" -- meaning it can be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment