Skip to content

Commit ae7bee6

Browse files
committed
simplify condition for ABSL_INTERNAL_STD_FILESYSTEM_PATH_HASH_AVAILABLE
1 parent 7032a0e commit ae7bee6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

absl/hash/internal/hash.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,6 @@ H AbslHashValue(H hash_state, std::basic_string_view<Char> str) {
683683
}
684684

685685
#if defined(__cpp_lib_filesystem) && __cpp_lib_filesystem >= 201703L && \
686-
(!defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) || \
687-
__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 130000) && \
688-
(!defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) || \
689-
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101500) && \
690686
(!defined(__XTENSA__))
691687

692688
#define ABSL_INTERNAL_STD_FILESYSTEM_PATH_HASH_AVAILABLE 1

0 commit comments

Comments
 (0)