Remove now-unused check for getrusage.

getrusage was used in ssh-rand-helper but that's now long gone.
Patch from klauszh at haus-gisela.de.
This commit is contained in:
Darren Tucker 2018-02-18 15:53:15 +11:00
parent 8570177195
commit f833842858
1 changed files with 0 additions and 1 deletions

View File

@ -1854,7 +1854,6 @@ AC_SEARCH_LIBS([clock_gettime], [rt],
[AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])])
dnl Make sure prototypes are defined for these before using them.
AC_CHECK_DECL([getrusage], [AC_CHECK_FUNCS([getrusage])])
AC_CHECK_DECL([strsep],
[AC_CHECK_FUNCS([strsep])],
[],