Skip to content

Commit 0f36025

Browse files
derekmaurocopybara-github
authored andcommitted
Clean up the testing of alternate options that were removed
in previous changes PiperOrigin-RevId: 783742698 Change-Id: I2f94df42a6395af496f2bc4f0732274bde37cb68
1 parent af00a92 commit 0f36025

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ci/absl_alternate_options.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
// Alternate options.h file, used in continuous integration testing to exercise
1616
// option settings not used by default.
1717

18+
// SKIP_ABSL_INLINE_NAMESPACE_CHECK
19+
1820
#ifndef ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_
1921
#define ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_
2022

21-
#define ABSL_OPTION_USE_STD_ANY 0
22-
#define ABSL_OPTION_USE_STD_OPTIONAL 0
2323
#define ABSL_OPTION_USE_STD_STRING_VIEW 0
24-
#define ABSL_OPTION_USE_STD_VARIANT 0
2524
#define ABSL_OPTION_USE_STD_ORDERING 0
2625
#define ABSL_OPTION_USE_INLINE_NAMESPACE 1
2726
#define ABSL_OPTION_INLINE_NAMESPACE_NAME ns

0 commit comments

Comments
 (0)