Skip to content

Commit 9f99446

Browse files
committed
Remove existing code
1 parent e5470f6 commit 9f99446

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compiler-rt/cmake/base-config-ix.cmake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ include(CompilerRTDarwinUtils)
1414
check_include_file(unwind.h HAVE_UNWIND_H)
1515

1616
# Used by sanitizer_common and tests.
17-
if (${CMAKE_SYSTEM_NAME} MATCHES AIX)
18-
check_include_file(tirpc/rpc/xdr.h HAVE_RPC_XDR_H)
19-
else()
20-
check_include_file(rpc/xdr.h HAVE_RPC_XDR_H)
21-
endif()
17+
check_include_file(rpc/xdr.h HAVE_RPC_XDR_H)
2218
if (NOT HAVE_RPC_XDR_H)
2319
set(HAVE_RPC_XDR_H 0)
2420
endif()

0 commit comments

Comments
 (0)