Skip to content

Commit

Permalink
config: delete unused noreturn attribute check
Browse files Browse the repository at this point in the history
  • Loading branch information
minsii committed Nov 11, 2018
1 parent 161b1c9 commit 14c558b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -410,17 +410,6 @@ if test "$enable_threads" == "multiple"; then
[Thread package to implement critical section])
fi

# check for attribute support
PAC_C_GNU_ATTRIBUTE
AX_GCC_FUNC_ATTRIBUTE(noreturn)
# check noreturn attribute
PAC_PUSH_ALL_FLAGS
dnl This check requires removing -Wall and -Wextra first or it will fail. Just
dnl clear them all.
CFLAGS=""
AX_GCC_FUNC_ATTRIBUTE(noreturn)
PAC_POP_ALL_FLAGS

# Define corresponding MPI datatypes
# size_t is a unsigned integer type
AC_CHECK_SIZEOF(size_t)
Expand Down

0 comments on commit 14c558b

Please sign in to comment.