diff --git a/Sources/_TestingInternals/Versions.cpp b/Sources/_TestingInternals/Versions.cpp index 8ca708b26..66fc3c985 100644 --- a/Sources/_TestingInternals/Versions.cpp +++ b/Sources/_TestingInternals/Versions.cpp @@ -44,9 +44,6 @@ const char *swt_getTestingLibraryVersion(void) { #warning SWT_TESTING_LIBRARY_VERSION not defined and VERSION.txt not found: testing library version is unavailable return nullptr; #endif -#elif defined(__OpenBSD__) - // OpenBSD's version of clang doesn't support __has_embed or #embed. - return nullptr; #else #warning SWT_TESTING_LIBRARY_VERSION not defined and could not read from VERSION.txt at compile time: testing library version is unavailable return nullptr;