Skip to content

Commit fd58e18

Browse files
Abseil Teamcopybara-github
authored andcommitted
Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW
PiperOrigin-RevId: 666465929 Change-Id: Idcbed10e4e787f625f45460cd3651a37d06845bc
1 parent 2abe94a commit fd58e18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

absl/base/attributes.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@
858858
#else
859859
#define ABSL_ATTRIBUTE_VIEW
860860
#endif
861-
#define ABSL_INTERNAL_ATTRIBUTE_VIEW ABSL_ATTRIBUTE_VIEW // Deprecated
862861

863862
// ABSL_ATTRIBUTE_OWNER indicates that a type is a container, smart pointer, or
864863
// similar class that owns all the data that it points to.
@@ -890,7 +889,6 @@
890889
#else
891890
#define ABSL_ATTRIBUTE_OWNER
892891
#endif
893-
#define ABSL_INTERNAL_ATTRIBUTE_OWNER ABSL_ATTRIBUTE_OWNER // Deprecated
894892

895893
// ABSL_ATTRIBUTE_TRIVIAL_ABI
896894
// Indicates that a type is "trivially relocatable" -- meaning it can be

0 commit comments

Comments
 (0)