From: Peter Eisentraut Date: Thu, 11 Apr 2024 10:44:54 +0000 (+0200) Subject: meson: Remove obsolete function test X-Git-Tag: REL_17_BETA1~279 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=87840b9741864dfdb9f63b0056e2783cdb49b8a5;p=postgresql.git meson: Remove obsolete function test The test for pstat was removed from configure by 9db300ce6e3 but not from meson.build. Do that now. --- diff --git a/meson.build b/meson.build index 5acf083ce3c..43fad5323c0 100644 --- a/meson.build +++ b/meson.build @@ -2537,7 +2537,6 @@ func_checks = [ ['posix_fadvise'], ['posix_fallocate'], ['ppoll'], - ['pstat'], ['pthread_barrier_wait', {'dependencies': [thread_dep]}], ['pthread_is_threaded_np', {'dependencies': [thread_dep]}], ['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],