diff options
author | Derek Mauro <dmauro@google.com> | 2023-08-23 11:33:26 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-08-23 11:34:35 -0700 |
commit | 8ebad34c3fa54a9ad2f46ca8cab98e75c4f750bf (patch) | |
tree | d4afffc64b39a03abec2b5a0895bb0f3d1c57cb7 /CMake/AbseilDll.cmake | |
parent | 91b861c544afd153fe800fc2bea4736a0da37533 (diff) |
Delete the experimental conformance testing code.
This project was never completed.
PiperOrigin-RevId: 559492534
Change-Id: Ie4e9661e25731418979ad10669ac946e1c4d60c2
Diffstat (limited to 'CMake/AbseilDll.cmake')
-rw-r--r-- | CMake/AbseilDll.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 1a20a84f..9024a06b 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -423,11 +423,6 @@ set(ABSL_INTERNAL_DLL_FILES "types/bad_variant_access.cc" "types/bad_variant_access.h" "types/compare.h" - "types/internal/conformance_aliases.h" - "types/internal/conformance_archetype.h" - "types/internal/conformance_profile.h" - "types/internal/parentheses.h" - "types/internal/transform_args.h" "types/internal/variant.h" "types/optional.h" "types/internal/optional.h" |