Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW

PiperOrigin-RevId: 666465929
Change-Id: Idcbed10e4e787f625f45460cd3651a37d06845bc
diff --git a/absl/base/attributes.h b/absl/base/attributes.h
index a27d81a..ff44c8e 100644
--- a/absl/base/attributes.h
+++ b/absl/base/attributes.h
@@ -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