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 @@ ...@@ -858,7 +858,6 @@
#else #else
#define ABSL_ATTRIBUTE_VIEW #define ABSL_ATTRIBUTE_VIEW
#endif #endif
#define ABSL_INTERNAL_ATTRIBUTE_VIEW ABSL_ATTRIBUTE_VIEW // Deprecated
// ABSL_ATTRIBUTE_OWNER indicates that a type is a container, smart pointer, or // ABSL_ATTRIBUTE_OWNER indicates that a type is a container, smart pointer, or
// similar class that owns all the data that it points to. // similar class that owns all the data that it points to.
...@@ -890,7 +889,6 @@ ...@@ -890,7 +889,6 @@
#else #else
#define ABSL_ATTRIBUTE_OWNER #define ABSL_ATTRIBUTE_OWNER
#endif #endif
#define ABSL_INTERNAL_ATTRIBUTE_OWNER ABSL_ATTRIBUTE_OWNER // Deprecated
// ABSL_ATTRIBUTE_TRIVIAL_ABI // ABSL_ATTRIBUTE_TRIVIAL_ABI
// Indicates that a type is "trivially relocatable" -- meaning it can be // 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