Clean up the testing of alternate options that were removed
in previous changes
PiperOrigin-RevId: 783742698
Change-Id: I2f94df42a6395af496f2bc4f0732274bde37cb68
diff --git a/ci/absl_alternate_options.h b/ci/absl_alternate_options.h
index a563859..20bf010 100644
--- a/ci/absl_alternate_options.h
+++ b/ci/absl_alternate_options.h
@@ -15,13 +15,12 @@
// Alternate options.h file, used in continuous integration testing to exercise
// option settings not used by default.
+// SKIP_ABSL_INLINE_NAMESPACE_CHECK
+
#ifndef ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_
#define ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_
-#define ABSL_OPTION_USE_STD_ANY 0
-#define ABSL_OPTION_USE_STD_OPTIONAL 0
#define ABSL_OPTION_USE_STD_STRING_VIEW 0
-#define ABSL_OPTION_USE_STD_VARIANT 0
#define ABSL_OPTION_USE_STD_ORDERING 0
#define ABSL_OPTION_USE_INLINE_NAMESPACE 1
#define ABSL_OPTION_INLINE_NAMESPACE_NAME ns