Removes outdated checks for ways inline might be defined (#781)

These are obsolete now that we require C99.
This commit is contained in:
Dana Robinson
2021-06-22 20:29:52 -07:00
committed by Larry Knox
parent a99e9fc089
commit 3b0ce023c7
4 changed files with 0 additions and 55 deletions

View File

@@ -599,14 +599,6 @@ if (WINDOWS)
endif ()
endif ()
#-----------------------------------------------------------------------------
# Determine how 'inline' is used
#-----------------------------------------------------------------------------
foreach (inline_test inline __inline__ __inline)
string (TOUPPER ${inline_test} INLINE_TEST_MACRO)
HDF_FUNCTION_TEST (HAVE_${INLINE_TEST_MACRO})
endforeach ()
#-----------------------------------------------------------------------------
# Check how to print a Long Long integer
#-----------------------------------------------------------------------------